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

This commit is contained in:
RuoYi
2020-12-24 19:33:09 +08:00
committed by 疯狂的狮子li
parent c2a5e94721
commit 01e824967d

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: {