浏览代码

修改为线上版本

zizhong.wang 4 年之前
父节点
当前提交
9bb01d1977
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/App.vue

+ 3 - 3
src/App.vue

@@ -159,9 +159,9 @@ export default {
     this.localTest();// 本地调试打开
   }, */
   created() {
-    //  this.loadingFlag = true;
-    //  this.getData(); // 线上打开
-    this.localTest();// 本地调试打开
+     this.loadingFlag = true;
+     this.getData(); // 线上打开
+  //  this.localTest();// 本地调试打开
   },
 };
 </script>