|
|
@ -335,7 +335,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 连接webSocket
|
|
|
|
// 连接webSocket
|
|
|
|
ws = new WebSocket("wss://online-ws.educoder.net/acc");
|
|
|
|
ws = new WebSocket("ws://127.0.0.1:8089/acc");
|
|
|
|
|
|
|
|
|
|
|
|
ws.onopen = function(evt) {
|
|
|
|
ws.onopen = function(evt) {
|
|
|
|
console.log("Connection open ...");
|
|
|
|
console.log("Connection open ...");
|
|
|
|