瀏覽代碼

移除测试目录

zhangjie 2 年之前
父節點
當前提交
ebfabb0025
共有 1 個文件被更改,包括 2 次插入2 次删除
  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"]),