Browse Source

任务管理

master
huxinglu 4 years ago
parent
commit
3c3f547bea
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/router/index.js

+ 0
- 1
src/router/index.js View File

@@ -121,7 +121,6 @@ router.beforeEach(async (to, from, next) => {
if (!store.state.user.menuList.length > 0) {
await store.dispatch('user/getMenuList')
}
debugger
const {menuList, permission, isAdmin} = store.state.user
let roles = []
if (isAdmin) {

Loading…
Cancel
Save