diff --git a/src/views/allCar/operation.vue b/src/views/allCar/operation.vue index eb77a03..3f52c26 100644 --- a/src/views/allCar/operation.vue +++ b/src/views/allCar/operation.vue @@ -45,7 +45,7 @@ export default { } }, 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(){ this.socket.onopen = this.handleOpen;