We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e800b commit c5d482fCopy full SHA for c5d482f
views/index.html
@@ -308,7 +308,7 @@
308
user.username = $('.own_name').find('span').text();
309
user.headimg = $('.own_name').find('img').prop('src');
310
if('WebSocket' in window){
311
- websocket = new WebSocket("ws://localhost:3000/");
+ websocket = new WebSocket("ws://182.61.13.2:3000/");
312
}else{
313
alert('您的浏览器不支持WebSocket');
314
}
0 commit comments