hongchuangyanfa 2 gadi atpakaļ
vecāks
revīzija
c09391c736
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/config/index.js

+ 1 - 1
src/config/index.js

@@ -22,6 +22,6 @@ export default {
     host: 'http://127.0.0.1:8090',  //打包线上
     host: 'http://127.0.0.1:8090',  //打包线上
     //host: 'http://192.168.0.118', //祝炜
     //host: 'http://192.168.0.118', //祝炜
     //host: 'http://192.168.0.155', //刘依程
     //host: 'http://192.168.0.155', //刘依程
-    socket: 'ws://47.110.251.215:5399/websocket/',  //测试线上
+    socket: 'wss://business.hcxxy.com/wss/websocket/',  //测试线上
     //socket: 'ws://127.0.0.1:5399/websocket/',  //打包线上
     //socket: 'ws://127.0.0.1:5399/websocket/',  //打包线上
 }
 }