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 f7ed08a commit 675f6e8Copy full SHA for 675f6e8
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:3001/");
+ websocket = new WebSocket("ws://localhost:3000/");
312
}else{
313
alert('您的浏览器不支持WebSocket');
314
}
0 commit comments