Commit 47cea6af by libai

测试

parent 4f6ac541
Showing with 1 additions and 1 deletions
...@@ -515,7 +515,7 @@ ...@@ -515,7 +515,7 @@
if ("WebSocket" in window) if ("WebSocket" in window)
{ {
// 打开一个 web socket // 打开一个 web socket
var url="ws://118.178.112.116:21901/ws?guestid="+guestid+"&type=5"; var url="wss://118.178.112.116:21901/ws?guestid="+guestid+"&type=5";
try { try {
ws = new WebSocket(url); ws = new WebSocket(url);
}catch(err){ }catch(err){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment