mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
fix: 修改录像水印
This commit is contained in:
committed by
Jiangjie.Bai
parent
d9532d5a93
commit
88ddd86154
@@ -31,7 +31,7 @@ export default {
|
||||
'SECURITY_COMMAND_EXECUTION',
|
||||
'SECURITY_SERVICE_ACCOUNT_REGISTRATION',
|
||||
'SECURITY_MAX_IDLE_TIME',
|
||||
'SECURITY_WATERMARK_ENABLED',
|
||||
// 'SECURITY_WATERMARK_ENABLED',
|
||||
'SECURITY_SESSION_SHARE'
|
||||
]
|
||||
],
|
||||
@@ -77,6 +77,12 @@ export default {
|
||||
url: '/api/v1/settings/setting/?category=security'
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
if (this.$store.getters.hasValidLicense) {
|
||||
const securityWatermarkEnabled = 'SECURITY_WATERMARK_ENABLED'
|
||||
this.fields[0][1].splice(3, 0, securityWatermarkEnabled)
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
submitMethod() {
|
||||
return 'patch'
|
||||
|
||||
Reference in New Issue
Block a user