mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-25 14:25:23 +00:00
fix: 修复终端设置-创建录像存储设置默认存储字段不生效问题
This commit is contained in:
@@ -27,7 +27,8 @@ export default {
|
||||
initial: {
|
||||
type: storageType,
|
||||
endpoint_suffix: 'core.chinacloudapi.cn',
|
||||
protocol: 'http'
|
||||
protocol: 'http',
|
||||
is_default: true
|
||||
},
|
||||
getUrl() {
|
||||
const params = this.$route.params
|
||||
|
Reference in New Issue
Block a user