hongchuangyanfa 2 tahun lalu
induk
melakukan
c09391c736
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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://192.168.0.118', //祝炜
     //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/',  //打包线上
 }