From 8b421215f0267bb9fae2bcf007acc34e7d80d1d9 Mon Sep 17 00:00:00 2001 From: Rain_ <904416525@qq.com> Date: Tue, 18 Nov 2025 17:43:30 +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=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/equipmentCenter/videoManage/videoConfig.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/views/equipmentCenter/videoManage/videoConfig.vue b/src/views/equipmentCenter/videoManage/videoConfig.vue index e8bd4ae3..b3309ea2 100644 --- a/src/views/equipmentCenter/videoManage/videoConfig.vue +++ b/src/views/equipmentCenter/videoManage/videoConfig.vue @@ -2582,7 +2582,12 @@ export default { // this.currentVideoTypeDetail.port = '123456'; // this.currentVideoTypeDetail.appId = '66b4fc1d6703468c8ee93b2919a3f20b'; // this.currentVideoTypeDetail.appSecret = '0a5836c68a7edabcc78e6a18f05bb317'; - editProjectVideoConfigApi(this.currentVideoTypeDetail).then((res) => { + const params = { + ...this.currentVideoTypeDetail, + } + delete params.password; + + editProjectVideoConfigApi(params).then((res) => { console.log("新添加服务配置", res); this.Popup.playPattern = false; this.Popup.accountConfig = false;