Explorar o código

替换websocket链接域名

1557492053 hai 1 ano
pai
achega
c4559bc0ae
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      public/assets/addons/fastchat/js/fastchat.js

+ 1 - 1
public/assets/addons/fastchat/js/fastchat.js

@@ -53,7 +53,7 @@ var FastChat = {
                 }
 
                 // 构建ws的url
-                FastChat.ws.url = FastChat.buildUrl('127.0.0.1', modulename, 'ws', data.data.websocket_port);
+                FastChat.ws.url = FastChat.buildUrl('billiards.websocket.xunsoftware.com', modulename, 'ws', data.data.websocket_port);
 
                 if (modulename === 'admin') {
                     // 立即链接 Websocket