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: {
|
initial: {
|
||||||
type: storageType,
|
type: storageType,
|
||||||
endpoint_suffix: 'core.chinacloudapi.cn',
|
endpoint_suffix: 'core.chinacloudapi.cn',
|
||||||
protocol: 'http'
|
protocol: 'http',
|
||||||
|
is_default: true
|
||||||
},
|
},
|
||||||
getUrl() {
|
getUrl() {
|
||||||
const params = this.$route.params
|
const params = this.$route.params
|
||||||
|
Reference in New Issue
Block a user