perf: 修改配置

This commit is contained in:
ibuler
2021-09-09 19:57:49 +08:00
committed by 老广
parent 984483c470
commit f154a252d3

View File

@@ -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'),