mirror of https://github.com/veops/cmdb.git
fix(acl_ui):permission (#325)
This commit is contained in:
parent
3e2943b49e
commit
c361997591
|
@ -65,8 +65,7 @@ const genAclRoutes = async () => {
|
||||||
path: `/acl/operate_history`,
|
path: `/acl/operate_history`,
|
||||||
name: 'acl_operate_history',
|
name: 'acl_operate_history',
|
||||||
component: () => import('../views/operation_history/index.vue'),
|
component: () => import('../views/operation_history/index.vue'),
|
||||||
// meta: { title: '操作审计', icon: 'search', permission: ['acl_admin'] },
|
meta: { title: '操作审计', icon: 'search', permission: ['acl_admin'] },
|
||||||
meta: { title: '操作审计', icon: 'search' }
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: `/acl/user`,
|
path: `/acl/user`,
|
||||||
|
|
Loading…
Reference in New Issue