From 9b54ce9b7a0bdf264d46fdb41219bdebacba00cc Mon Sep 17 00:00:00 2001 From: one Date: Tue, 28 Nov 2023 16:46:55 +0800 Subject: [PATCH] commit --- src/views/allCar/operation.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;