mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-13 11:24:17 +00:00
perf: 修改配置
This commit is contained in:
@@ -69,7 +69,10 @@ export default {
|
||||
},
|
||||
{
|
||||
title: this.$t('setting.SMS'),
|
||||
name: 'SMS'
|
||||
name: 'SMS',
|
||||
hidden: () => {
|
||||
return !this.$store.getters.hasValidLicense
|
||||
}
|
||||
},
|
||||
{
|
||||
title: this.$t('setting.Terminal'),
|
||||
|
||||
Reference in New Issue
Block a user