From e39e590ae3deed73a0927571174f9fbdb7f7e1e5 Mon Sep 17 00:00:00 2001
From: ZhuDongming <773644075@qq.com>
Date: Mon, 29 Jun 2020 09:09:52 +0800
Subject: [PATCH] update

---
 src/main/webapp/view/newmap.jsp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/view/newmap.jsp b/src/main/webapp/view/newmap.jsp
index aa73ca4..7c0c892 100644
--- a/src/main/webapp/view/newmap.jsp
+++ b/src/main/webapp/view/newmap.jsp
@@ -372,6 +372,7 @@
         moralMap['params'] = params;
         var orgId = params["orgId"];
         var regionCode = params["regionCode"];
+        var accountId = params["accountId"];
         var provinceCode = regionCode.toString().substring(0, 2) + "0000";
         var mapType = getUrlParam("mapType");
         var mapOption = {};
@@ -645,7 +646,7 @@
         if (typeof (WebSocket) === "undefined") {
             alert("������������������������WebSocket");
         } else {
-            ws = new WebSocket('ws://' + hostAndPort + '/screen/webSocket/' + orgId + '&' + regionCode);
+            ws = new WebSocket('ws://' + hostAndPort + '/screen/webSocket/' + orgId + '&' + accountId);
             ws.onopen = function () {
             };
 

--
Gitblit v1.8.0