From 6e9d579cde59b29a06e481c7f0438c2a1fbaa882 Mon Sep 17 00:00:00 2001 From: admin <15939171744@163.com> Date: 星期二, 22 四月 2025 10:48:32 +0800 Subject: [PATCH] - --- billion-ui/src/views/main/wc/IGBTStationWork.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/billion-ui/src/views/main/wc/IGBTStationWork.vue b/billion-ui/src/views/main/wc/IGBTStationWork.vue index 4275fa4..d53a1db 100644 --- a/billion-ui/src/views/main/wc/IGBTStationWork.vue +++ b/billion-ui/src/views/main/wc/IGBTStationWork.vue @@ -196,7 +196,7 @@ data() { return { operationProgress: '绛夊緟鎵弿鐗╂枡鐮�...', - url: "ws://192.168.10.105:8083/websocket/message/", + url: "ws://192.168.0.240:8083/websocket/message/", message: "", text_content: "", ws: null, @@ -205,7 +205,7 @@ open1: false, keepReading: true, form1: { - baudRate: "115200", + baudRate: "9600", dataBits: "8", stopBits: "1", parity: "none", -- Gitblit v1.9.3