luke %!s(int64=6) %!d(string=hai) anos
pai
achega
1802b9b4fa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      chat/src/components/index.vue

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

@@ -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;
 				//数据发送