|
@@ -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;
|
|
|
},
|