From 06c706db1ab7b82d0fb0577831c8aacb3a7dea16 Mon Sep 17 00:00:00 2001 From: liujun Date: Tue, 23 Apr 2024 14:36:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E5=85=AC=E5=8F=B8=E4=BA=BA=E5=91=98?= =?UTF-8?q?=E5=AE=9A=E4=BD=8D=E5=8A=9F=E8=83=BD=E6=8E=A5=E5=8F=A3=E5=AF=B9?= =?UTF-8?q?=E6=8E=A5=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/map/index.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/views/map/index.vue b/src/views/map/index.vue index 194373d..c27605f 100644 --- a/src/views/map/index.vue +++ b/src/views/map/index.vue @@ -2047,9 +2047,6 @@ export default { } // 人员定位关闭实时获取定位websocket 并关闭人员对比定时器(曹妃甸使用) if (this.gangkouActive === '00004' && urlType === 'peoplePosition') { - // if (this.fwebsocket) { - // this.fwebsocket.close() - // } if (this.timer) { clearInterval(this.timer) }