mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-02 15:36:56 +00:00
perf: 优化功能设置顺序
This commit is contained in:
parent
d836b46966
commit
4b137f855e
@ -20,19 +20,10 @@ export default {
|
||||
return {
|
||||
activeMenu: 'Basic',
|
||||
submenu: [
|
||||
// {
|
||||
// title: this.$t('common.Basic'),
|
||||
// name: 'Basic'
|
||||
// },
|
||||
{
|
||||
title: this.$t('setting.Announcement'),
|
||||
name: 'Announcement'
|
||||
},
|
||||
{
|
||||
title: this.$t('setting.AccountStorage'),
|
||||
name: 'Vault',
|
||||
hidden: !this.$hasPerm('settings.change_vault')
|
||||
},
|
||||
{
|
||||
title: this.$t('setting.Ticket'),
|
||||
name: 'Ticket'
|
||||
@ -40,6 +31,11 @@ export default {
|
||||
{
|
||||
title: this.$t('setting.AppOps'),
|
||||
name: 'Ops'
|
||||
},
|
||||
{
|
||||
title: this.$t('setting.AccountStorage'),
|
||||
name: 'Vault',
|
||||
hidden: !this.$hasPerm('settings.change_vault')
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user