feat: 增加菜单管理
This commit is contained in:
@@ -185,6 +185,14 @@ export const menus = [
|
||||
{
|
||||
path: '/system/setting-manage',
|
||||
title: '配置管理'
|
||||
},
|
||||
{
|
||||
path: '/system/menu',
|
||||
title: '菜单管理',
|
||||
children: [
|
||||
{ path: '/system/menu-manage', title: '菜单列表' },
|
||||
{ path: '/system/menu-permission', title: '菜单权限' }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user