mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-05 23:11:24 +08:00
Modified the path and icon of role management
This commit is contained in:
@@ -181,14 +181,13 @@ const router = createRouter({
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/system',
|
||||
path: '/power',
|
||||
name: 'systemManagement',
|
||||
children: [
|
||||
{
|
||||
path: 'role',
|
||||
name: 'systemRole',
|
||||
component: async () =>
|
||||
await import('@/pages/system/RoleManagement.vue'),
|
||||
component: async () => await import('@/pages/power/RoleManagement.vue'),
|
||||
meta: {
|
||||
title: '角色管理',
|
||||
requiresScrollbar: false,
|
||||
@@ -197,8 +196,8 @@ const router = createRouter({
|
||||
}
|
||||
],
|
||||
meta: {
|
||||
title: '系统管理',
|
||||
icon: shallowRef(IconPinnacleSetting),
|
||||
title: '权限管理',
|
||||
icon: shallowRef(IconPinnaclePower),
|
||||
requiresScrollbar: false,
|
||||
requiresPadding: true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user