@@ -2,4 +2,4 @@
ENV = 'production'
port = 8080
# base api
-VUE_APP_BASE_API = 'http://127.0.0.1:8000'
+VUE_APP_BASE_API = 'http://120.46.190.49:8000'
@@ -404,6 +404,16 @@ export default {
viewModule() {
this.showView = 1;
},
+ /* 更新变量 */
+ uptadeVariable(){
+ for (const item of this.coms) {
+ for (const el of item.attrs) {
+ if (el.type === "variable") {
+ console.log(el);
+ }
+ },
/* 更新检索内容 */
async uptadeSearch() {
for (const item of this.coms) {