mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-02 07:27:01 +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'),
|
||||
name: 'AccountCheckList',
|
||||
meta: {
|
||||
title: i18n.t('RiskDetection')
|
||||
title: i18n.t('RiskDetection'),
|
||||
permissions: ['accounts.view_accountrisk']
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -27,7 +28,8 @@ export default [
|
||||
name: 'AccountCheckCreateUpdate',
|
||||
hidden: true,
|
||||
meta: {
|
||||
title: i18n.t('AccountCheckCreate')
|
||||
title: i18n.t('AccountCheckCreate'),
|
||||
permissions: ['accounts.view_accountrisk']
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user