perf: vault 为企业版

This commit is contained in:
feng
2023-08-17 18:33:39 +08:00
committed by Bryan
parent 29b35ff2a9
commit a4e2cadedd

View File

@@ -35,7 +35,7 @@ export default {
{
title: this.$t('setting.AccountStorage'),
name: 'Vault',
hidden: !this.$hasPerm('settings.change_vault')
hidden: !this.$hasPerm('settings.change_vault') || !this.$store.getters.hasValidLicense
}
]
}