master
one 2023-11-28 16:46:55 +08:00
parent 69d5fcfa23
commit 9b54ce9b7a
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ export default {
} }
}, },
created() { created() {
this.socket = new WebSocket('ws://10.100.1.8:9802/websocket/1234'); this.socket = new WebSocket('ws://10.100.1.8:9802/websocket/12345');
}, },
mounted(){ mounted(){
this.socket.onopen = this.handleOpen; this.socket.onopen = this.handleOpen;