Explorar el Código

任务管理

master
huxinglu hace 4 años
padre
commit
3c3f547bea
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      src/router/index.js

+ 0
- 1
src/router/index.js Ver fichero

@@ -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) {

Cargando…
Cancelar
Guardar