This commit is contained in:
caohong 2020-12-25 09:13:01 +08:00
commit 8c5115e98c
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ const permission = {
state.routes = constantRoutes.concat(routes)
},
SET_SIDEBAR_ROUTERS: (state, routers) => {
state.sidebarRouters = routers
state.sidebarRouters = constantRoutes.concat(routers)
},
},
actions: {