feat: 部门管理
This commit is contained in:
@@ -519,7 +519,7 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [
|
||||
children: [
|
||||
{
|
||||
path: 'user',
|
||||
component: () => import('@/views/Authorization/User.vue'),
|
||||
component: () => import('@/views/Authorization/User/User.vue'),
|
||||
name: 'User',
|
||||
meta: {
|
||||
title: t('router.user')
|
||||
@@ -532,6 +532,14 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [
|
||||
meta: {
|
||||
title: t('router.role')
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'department',
|
||||
component: () => import('@/views/Authorization/Department/Department.vue'),
|
||||
name: 'Department',
|
||||
meta: {
|
||||
title: t('router.department')
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user