mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-13 11:24:17 +00:00
perf: 推送账号 社区版定时任务关闭
This commit is contained in:
@@ -16,7 +16,7 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
initial: {
|
||||
is_periodic: true,
|
||||
is_periodic: this.$store.getters.hasValidLicense,
|
||||
password_rules: {
|
||||
length: 30
|
||||
},
|
||||
@@ -64,6 +64,10 @@ export default {
|
||||
el: {
|
||||
readonly: true
|
||||
}
|
||||
},
|
||||
is_periodic: {
|
||||
type: 'switch',
|
||||
disabled: !this.$store.getters.hasValidLicense
|
||||
}
|
||||
},
|
||||
createSuccessNextRoute: { name: 'AccountPushList' },
|
||||
|
||||
Reference in New Issue
Block a user