mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-25 06:57:15 +08:00
新增:新增系统管理/角色管理(分页、查看详情、创建、修改、删除)
This commit is contained in:
@@ -12,6 +12,16 @@ const System: AppRouteRecordRaw = {
|
||||
order: 2,
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: '/system/role',
|
||||
name: 'Role',
|
||||
component: () => import('@/views/system/role/index.vue'),
|
||||
meta: {
|
||||
locale: 'menu.system.role.list',
|
||||
requiresAuth: true,
|
||||
roles: ['*'],
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/system/dept',
|
||||
name: 'Dept',
|
||||
|
Reference in New Issue
Block a user