Browse Source

移除测试目录

zhangjie 2 years ago
parent
commit
ebfabb0025
1 changed files with 2 additions and 2 deletions
  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"]),