@@ -586,7 +586,7 @@
let sock_ip = ''; // 线上
// let sock_ip = 'ws://192.168.2.187:9101'; // 本地
- this.websock = new WebSocket("ws://103.108.43.176:9101?apiToken=" + apiToken);
+ this.websock = new WebSocket("ws://kfadmin.bocai186.com:9101?apiToken=" + apiToken);
//数据返回
this.websock.onmessage = this.socket_message;
//数据发送