角色、机构静态菜单添加
This commit is contained in:
parent
43c063f63f
commit
7c37aa91dd
@ -316,6 +316,36 @@ const menu = [
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: 99,
|
||||||
|
pid: 98,
|
||||||
|
type: 'menu',
|
||||||
|
title: '角色管理',
|
||||||
|
name: 'auth\/RoleManagement',
|
||||||
|
path: 'auth\/RoleManagement',
|
||||||
|
icon: 'fa fa-group',
|
||||||
|
menu_type: 'tab',
|
||||||
|
url: '',
|
||||||
|
component: '\/src\/views\/backend\/RoleManagement\/RoleManagement.vue',
|
||||||
|
keepalive: 'auth\/RoleManagement',
|
||||||
|
extend: 'none',
|
||||||
|
children: [],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 97,
|
||||||
|
pid: 96,
|
||||||
|
type: 'menu',
|
||||||
|
title: '机构管理',
|
||||||
|
name: 'auth\/InstitutionalManagement',
|
||||||
|
path: 'auth\/InstitutionalManagement',
|
||||||
|
icon: 'fa fa-group',
|
||||||
|
menu_type: 'tab',
|
||||||
|
url: '',
|
||||||
|
component: '\/src\/views\/backend\/InstitutionalManagement\/InstitutionalManagement.vue',
|
||||||
|
keepalive: 'auth\/InstitutionalManagement',
|
||||||
|
extend: 'none',
|
||||||
|
children: [],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user