From 47c997a7acda95200f95917d277462fc5c4b2542 Mon Sep 17 00:00:00 2001 From: liujun Date: Fri, 22 Nov 2024 16:57:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=94=E6=80=A5=E7=AE=A1=E7=90=86=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E5=90=88=E5=B9=B6=E6=96=B0=E9=A1=B9=E7=9B=AE=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../emergen_cyrescue/emergency_map/components/mapAssembly.vue | 2 +- static/config.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/emergen_cyrescue/emergency_map/components/mapAssembly.vue b/src/views/emergen_cyrescue/emergency_map/components/mapAssembly.vue index c5c4f4c..0755fbb 100644 --- a/src/views/emergen_cyrescue/emergency_map/components/mapAssembly.vue +++ b/src/views/emergen_cyrescue/emergency_map/components/mapAssembly.vue @@ -564,7 +564,7 @@ export default { } this.webSocket.onerror = () => { console.log('指挥调度的webSocket链接失败') - this.$router.back() + this.$router.push('/emergen_cyrescue/incident_management') } this.webSocket.onclose = () => { console.log('指挥调度的webSocket链接关闭') diff --git a/static/config.js b/static/config.js index c2559b5..24dadf5 100644 --- a/static/config.js +++ b/static/config.js @@ -11,5 +11,6 @@ const config = { httpurlWaiwang: 'https://qgqy.qhdsafety.com/qa-prevention-gwj/', // , fileUrlWaiwang: 'https://qgqy.qhdsafety.com/file/', // 服务器外网 附件地址, publicKey: 'MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC2zCyUYSD0pNrbtaYdvGfHfWoRV+fo/2N9O2PLLz/jZvMkigkq4eAq4JO+Ek0wDHI9WxP6iTSLYCHhIOs9CQTPvyldJFm8riZtQZlBTD8Plkb3rjrgwTqbBi3w3+HKYdkSvGFXJIdSOPbpXnj5BzN8vlVaybs24R/vpUzG9178lwIDAQAB', - NoDwSysUrl: 'ws://192.168.151.27:9002' // 人员定位系统websocket地址 + NoDwSysUrl: 'ws://192.168.151.27:9002', // 人员定位系统websocket地址 + YjSysUrl:'ws://192.168.0.101:8091' }