From 9ad872e3be0f4ee2632b27f4518e52c426febca5 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Thu, 21 Nov 2024 19:01:28 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=BF=E4=B8=8A=E5=9F=9F=E5=90=8D=E4=B8=8D?= =?UTF-8?q?=E6=9B=B4=E6=94=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../IoTPerception/Videosurveillance/cpts/videoDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/dataBoard/IoTPerception/Videosurveillance/cpts/videoDialog.vue b/src/views/dataBoard/IoTPerception/Videosurveillance/cpts/videoDialog.vue index fe2a69cb8..f4e825656 100644 --- a/src/views/dataBoard/IoTPerception/Videosurveillance/cpts/videoDialog.vue +++ b/src/views/dataBoard/IoTPerception/Videosurveillance/cpts/videoDialog.vue @@ -152,7 +152,7 @@ export default { async getVideoUrl(){ let {data,code} = await requestPost('/actual/base/videoMonitoring/getVideoUrl',{monitorCode:this.monitorCode}) if(code === 0){ - this.url = data.replace('http://111.34.21.222:12080/',`${window.SITE_CONFIG['liveURL']}`) + this.url = data.replace('https://111.34.21.222:12443/',`${window.SITE_CONFIG['liveURL']}`) this.play() } },