This commit is contained in:
2021-11-03 16:06:33 +08:00
parent 2add330382
commit b969c86f7c
53 changed files with 256 additions and 2430 deletions
+1 -1
View File
@@ -48,7 +48,7 @@
}
function connect() {
sock = new WebSocket('ws://47.92.194.207:9528/');
sock = new WebSocket('ws://localhost:8080/websocket');
sock.onopen = function () {
if (tick) {
clearInterval(tick)