mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-12 12:01:58 +00:00
Merge branch 'pam' of github.com:jumpserver/lina into pam
This commit is contained in:
commit
d62c87b858
@ -18,7 +18,8 @@ export default [
|
|||||||
component: () => import('@/views/pam/RiskDetect/index.vue'),
|
component: () => import('@/views/pam/RiskDetect/index.vue'),
|
||||||
name: 'AccountCheckList',
|
name: 'AccountCheckList',
|
||||||
meta: {
|
meta: {
|
||||||
title: i18n.t('RiskDetection')
|
title: i18n.t('RiskDetection'),
|
||||||
|
permissions: ['accounts.view_accountrisk']
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -27,7 +28,8 @@ export default [
|
|||||||
name: 'AccountCheckCreateUpdate',
|
name: 'AccountCheckCreateUpdate',
|
||||||
hidden: true,
|
hidden: true,
|
||||||
meta: {
|
meta: {
|
||||||
title: i18n.t('AccountCheckCreate')
|
title: i18n.t('AccountCheckCreate'),
|
||||||
|
permissions: ['accounts.view_accountrisk']
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user