feat: 补充角色权限
This commit is contained in:
@@ -83,11 +83,11 @@ const organizationManage = {
|
||||
name: 'AuthorityManage',
|
||||
meta: { title: '部门/权限', hideChildren: true, icon: 'dicizhishou' },
|
||||
component: Base,
|
||||
redirect: { name: 'authorityManageIndex' },
|
||||
redirect: { name: 'AuthorityManageIndex' },
|
||||
children: [
|
||||
{
|
||||
path: 'index',
|
||||
name: 'authorityManageIndex',
|
||||
name: 'AuthorityManageIndex',
|
||||
component: () => import('/@/view/organizationManage/departmentManage/index.vue'),
|
||||
meta: {
|
||||
title: '部门/权限',
|
||||
@@ -97,7 +97,6 @@ const organizationManage = {
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
],
|
||||
};
|
||||
export default organizationManage;
|
||||
|
Reference in New Issue
Block a user