瀏覽代碼

websocket地址修改

duy 3 月之前
父節點
當前提交
66874738f3
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      scripts/build/config.js

+ 2 - 2
scripts/build/config.js

@@ -51,8 +51,8 @@ indexJson.version = dateFormat(new Date());             //版本号
 indexJson.target = "http://127.0.0.1:8090";             //接口地址
 //本地模式,开启后,将关闭https强转、截图等相关功能
 if (isNullES(local) || local === 'undefined') {
-    // indexJson.socket = "wss://measure.hczcxx.cn/websocket";
-       indexJson.socket = "ws://219.151.181.73:9527/websocket";
+    indexJson.socket = "wss://measure.hczcxx.cn/websocket";
+    //    indexJson.socket = "ws://219.151.181.73:9527/websocket";
     indexJson.localModel = false;
 } else {
     indexJson.socket = "";