|
|
@@ -1197,7 +1197,7 @@
|
|
|
initWebSocket() {
|
|
|
let _this = this;
|
|
|
let apiToken = this.$md5.hex_md5('customer-service' + window.location.origin);
|
|
|
- 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 = new WebSocket('ws://192.168.2.187:9101?apiToken=' + apiToken);
|
|
|
this.websock.debug = true;
|
|
|
// 数据接收
|