소스 검색

修改已知问题

306132416@qq.com 4 년 전
부모
커밋
46504448fe
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>