commit
parent
69d5fcfa23
commit
9b54ce9b7a
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue