perf: 账号推送 社区版隐藏定时功能

This commit is contained in:
feng
2023-04-06 10:49:22 +08:00
parent 40b7dbc211
commit 7aaec2ea43

View File

@@ -67,7 +67,7 @@ export default {
},
is_periodic: {
type: 'switch',
disabled: !this.$store.getters.hasValidLicense
hidden: !this.$store.getters.hasValidLicense
}
},
createSuccessNextRoute: { name: 'AccountPushList' },