From c07b4f92f7598b6f69d4c709d6651aeab24e69e1 Mon Sep 17 00:00:00 2001 From: wuyouming666 <2265557248@qq.com> Date: 星期一, 18 九月 2023 21:10:03 +0800 Subject: [PATCH] 增加修改电气密码 --- springboot-vue3/src/main/java/com/example/springboot/component/Plcaction.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/springboot-vue3/src/main/java/com/example/springboot/component/Plcaction.java b/springboot-vue3/src/main/java/com/example/springboot/component/Plcaction.java index b43820c..ba512ab 100644 --- a/springboot-vue3/src/main/java/com/example/springboot/component/Plcaction.java +++ b/springboot-vue3/src/main/java/com/example/springboot/component/Plcaction.java @@ -11,7 +11,7 @@ public void run() { while (this != null) { try { - Thread.sleep(1000); + Thread.sleep(500); } catch (InterruptedException e) { e.printStackTrace(); } @@ -47,7 +47,7 @@ List<String> messages = webSocketServer.getMessages(); - String addressList = "DB100.0"; + String addressList = "DB2.0.0"; if (!messages.isEmpty()) { // 灏嗘渶鍚庝竴涓秷鎭浆鎹负鏁存暟绫诲瀷鐨勫垪琛� -- Gitblit v1.8.0