浏览代码

update pc_chat

luke 6 年之前
父节点
当前提交
59b8e44036
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pc_chat/src/components/chat.vue

+ 1 - 1
pc_chat/src/components/chat.vue

@@ -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;
 				// 数据接收