修正侧边栏静态路由丢失问题

This commit is contained in:
RuoYi 2020-12-24 19:32:18 +08:00
parent 1a87ee7c19
commit ba068eae65
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: {