From 4f246e49cf2b7afd718affe83b85b44a32298a5c Mon Sep 17 00:00:00 2001 From: maochaoying <925670706@qq.com> Date: Fri, 25 Aug 2023 11:36:32 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=AE=E7=9B=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 8 +++--- index.html | 2 +- src/components/Setting/components/Device.vue | 40 ++++++++++++++++++++++------ src/pages/Home.vue | 3 ++- 4 files changed, 39 insertions(+), 14 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/index.html b/index.html index 95784dc..6230fd9 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ 消毒机 diff --git a/src/components/Setting/components/Device.vue b/src/components/Setting/components/Device.vue index 7feb188..68b221e 100644 --- a/src/components/Setting/components/Device.vue +++ b/src/components/Setting/components/Device.vue @@ -13,7 +13,6 @@ @click.stop="hideClickKey(1)" />

-
设置

喷液蠕动泵(/g)

@@ -28,7 +27,6 @@ @click.stop="hideClickKey(2)" />

-
设置

消毒停止过氧化氢溶度(/ppm)

@@ -43,7 +41,6 @@ @click.stop="hideClickKey(3)" />

-
设置

消毒继续过氧化氢溶度(/ppm)

@@ -58,7 +55,6 @@ @click.stop="hideClickKey(4)" />

-
设置

消毒停止过氧化氢相对饱和度(%RS)

@@ -73,7 +69,6 @@ @click.stop="hideClickKey(5)" />

-
设置

消毒继续过氧化氢相对饱和度(%RS)

@@ -88,7 +83,6 @@ @click.stop="hideClickKey(6)" />

-
设置

允许消毒最大湿度(%RH)

@@ -103,7 +97,6 @@ @click.stop="hideClickKey(7)" />

-
设置

预热时间(s)

@@ -117,52 +110,83 @@ @click.stop="hideClickKey(8)" />

-
设置
diff --git a/src/pages/Home.vue b/src/pages/Home.vue index 4889146..c518565 100644 --- a/src/pages/Home.vue +++ b/src/pages/Home.vue @@ -152,7 +152,8 @@ - + +

IP {{ settingStore.deviceIp }}

{{ nowTime }}