更新0801

This commit is contained in:
xyc 2025-08-01 13:43:03 +08:00
parent 24bc3c0872
commit 49a81f5fb9
2 changed files with 13 additions and 13 deletions

View File

@ -7,8 +7,8 @@ const permission = {
state: {
routes: [],
addRoutes: [],
sidebarRouters: [], // 左侧边菜单的路由,被 Sidebar/index.vue 使用
topbarRouters: [], // 顶部菜单的路由,被 TopNav/index.vue 使用
sidebarRouters: [], // 左侧边菜单的路由,被 Sidebar/file.vue 使用
topbarRouters: [], // 顶部菜单的路由,被 TopNav/file.vue 使用
},
mutations: {
SET_ROUTES: (state, routes) => {