Commit 2cd17c38 by lyhuang

reset websocket url

parent 9467b298
Showing with 1 additions and 1 deletions
......@@ -16,7 +16,7 @@
};*/
var webSocket = null;
var url = "ws://192.168.10.5:8080/websocket/";
var url = "ws://http://112.65.124.86:8080/websocket/";
function connectSocket(loginUsername){
url +=loginUsername
alert("url:"+url);
......
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