fix:调整系统保存时 修改缓存的时区,以及 创建temail添加默认端口
This commit is contained in:
@@ -360,7 +360,7 @@ export default {
|
||||
},
|
||||
customConnect: {
|
||||
host: '',
|
||||
port: '',
|
||||
port: 22,
|
||||
authType: 1,
|
||||
authUsername: '',
|
||||
authPin: '',
|
||||
@@ -878,9 +878,10 @@ export default {
|
||||
if (this.customConnect.authProtocol === 1) {
|
||||
this.customConnect.authUserTip = ''
|
||||
this.customConnect.authPinTip = ''
|
||||
this.customConnect.port = 22
|
||||
} else {
|
||||
this.customConnect.authPriKey = ''
|
||||
this.customConnect.authPriKey = 1
|
||||
this.customConnect.port = 23
|
||||
}
|
||||
},
|
||||
authTypeChange () {
|
||||
|
||||
Reference in New Issue
Block a user