From 8ab299e180131e9a6431a777852da29d5f199941 Mon Sep 17 00:00:00 2001 From: maochaoying <925670706@qq.com> Date: Wed, 27 Dec 2023 09:51:02 +0800 Subject: [PATCH] 123 --- .env | 8 ++++---- src/components/SealTest.vue | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.env b/.env index fe3f0dd..c4ae906 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ -VITE_BASE_WS1_URL=ws://192.168.8.10:19001/ -VITE_BASE_WS2_URL=ws://192.168.8.10:19002/ +# VITE_BASE_WS1_URL=ws://192.168.8.10:19001/ +# VITE_BASE_WS2_URL=ws://192.168.8.10:19002/ -# VITE_BASE_WS1_URL=ws://127.0.0.1:19001/ -# VITE_BASE_WS2_URL=ws://127.0.0.1:19002/ \ No newline at end of file +VITE_BASE_WS1_URL=ws://127.0.0.1:19001/ +VITE_BASE_WS2_URL=ws://127.0.0.1:19002/ \ No newline at end of file diff --git a/src/components/SealTest.vue b/src/components/SealTest.vue index 4fc8f6b..ebf039b 100644 --- a/src/components/SealTest.vue +++ b/src/components/SealTest.vue @@ -77,7 +77,7 @@
-

正在测试压力中...

+

正在充气...

@@ -296,7 +296,7 @@ const newStartTest = async flag => { websocketStore.sendCommandMsg(airCompressorSetValve2JSON([0])) // 空压机选通阀切换到通道1 (入气口) websocketStore.sendCommandMsg(airCompressorChannelSelectJSON([1])) - // 等待5s + // 等待1min await wait(sleepVal2.value * 1000) // 记录当前压力数值作为初始压力值 // 等待1min 然后展示数据