Przeglądaj źródła

移除测试目录

zhangjie 2 lat temu
rodzic
commit
ebfabb0025
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/views/Home.vue

+ 2 - 2
src/views/Home.vue

@@ -177,8 +177,8 @@ export default {
     }
   },
   created() {
-    this.initData1();
-    // this.initData();
+    // this.initData1();
+    this.initData();
   },
   methods: {
     ...mapActions("exam", ["updateWaitTaskCount"]),