v1.0.7 优化权限的单词命名,以及中文命名

This commit is contained in:
zhuoda
2020-02-05 10:51:31 +08:00
parent f9a4917086
commit 07f4bbf291
28 changed files with 311 additions and 131 deletions

View File

@@ -40,9 +40,7 @@ export default {
hasReadErrorPage: false
},
getters: {
// 左侧菜单
menuList: (state, getters, rootState) =>
getMenuByRouter(routers, rootState.user.access),
errorCount: state => state.errorList.length
},
mutations: {