Explorar el Código

修改为线上版本

zizhong.wang hace 4 años
padre
commit
9bb01d1977
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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>