flx:修改视频监控参数port

This commit is contained in:
Rain_ 2025-11-18 17:16:17 +08:00
parent a98ab6c9ec
commit 3a9e7b8f3f

View File

@ -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",