ZhuDongming
2020-06-24 27d1521eb54fd9fda4a8415b059df23d8db2a883
src/main/webapp/view/newmap.jsp
@@ -367,7 +367,6 @@
    //页面初始化
    (function ($) {
        var hostAndPort = document.location.host;
        var hostAddress = hostAndPort.substr(0, hostAndPort.length - 4);
        var moralMap = window.moralMap;
        var params = $.parseJSON($("#mapParams").html());
        moralMap['params'] = params;
@@ -644,7 +643,7 @@
        if (typeof (WebSocket) === "undefined") {
            alert("您的浏览器不支持WebSocket");
        } else {
            ws = new WebSocket('ws://' + hostAddress + '8080/screen/webSocket/' + orgId + '&' + regionCode);
            ws = new WebSocket('ws://' + hostAndPort + '/screen/webSocket/' + orgId + '&' + regionCode);
            ws.onopen = function () {
            };