Skip to content

Commit 675f6e8

Browse files
committed
asd
1 parent f7ed08a commit 675f6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@
308308
user.username = $('.own_name').find('span').text();
309309
user.headimg = $('.own_name').find('img').prop('src');
310310
if('WebSocket' in window){
311-
websocket = new WebSocket("ws://localhost:3001/");
311+
websocket = new WebSocket("ws://localhost:3000/");
312312
}else{
313313
alert('您的浏览器不支持WebSocket');
314314
}

0 commit comments

Comments
 (0)