From 3a9e7b8f3f6c6b0e17c6dc9cd6288820a6b863ea Mon Sep 17 00:00:00 2001 From: Rain_ <904416525@qq.com> Date: Tue, 18 Nov 2025 17:16:17 +0800 Subject: [PATCH] =?UTF-8?q?flx:=E4=BF=AE=E6=94=B9=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E7=9B=91=E6=8E=A7=E5=8F=82=E6=95=B0port?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../equipmentCenter/videoManage/videoConfig.vue | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/views/equipmentCenter/videoManage/videoConfig.vue b/src/views/equipmentCenter/videoManage/videoConfig.vue index 8aefccaf..e8bd4ae3 100644 --- a/src/views/equipmentCenter/videoManage/videoConfig.vue +++ b/src/views/equipmentCenter/videoManage/videoConfig.vue @@ -1916,12 +1916,12 @@ export default { accountServerObj() { this.getProjectVideoConfigList(); this.Popup.accountServer = true; - this.currentVideoTypeDetail.account = this.currentVideoTypeDetail.account; - this.currentVideoTypeDetail.port = - this.currentVideoTypeDetail.port; - this.currentVideoTypeDetail.appId = this.currentVideoTypeDetail.appId; - this.currentVideoTypeDetail.appSecret = - this.currentVideoTypeDetail.appSecret; + // this.currentVideoTypeDetail.account = this.currentVideoTypeDetail.account; + // this.currentVideoTypeDetail.port = + // this.currentVideoTypeDetail.password; + // this.currentVideoTypeDetail.appId = this.currentVideoTypeDetail.appId; + // this.currentVideoTypeDetail.appSecret = + // this.currentVideoTypeDetail.appSecret; }, // 保存 awaitAddVideo() { @@ -2456,7 +2456,10 @@ export default { } } else { // this.currentVideoTypeDetail = res.result[0]; - this.currentVideoTypeDetail = res.result; + this.currentVideoTypeDetail = { + ...res.result, + port: res.result.password + }; console.log("配置信息", this.currentVideoTypeDetail); localStorage.setItem( "configInfo",