Explorar el Código

feat: Home无用参数清理

zhangjie hace 9 meses
padre
commit
890a0ca5cf
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      src/views/Home.vue

+ 1 - 2
src/views/Home.vue

@@ -171,8 +171,7 @@ export default {
     },
   },
   computed: {
-    ...mapState("exam", ["waitTaskCount"]),
-    ...mapState("app", ["menus", "privilegeMap", "validRoutes", "privileges"]),
+    ...mapState("app", ["menus", "privileges"]),
     IS_HOME_PAGE() {
       return this.$route.name === HOME_PAGE_ROUTE;
     },