From f75a989cf1c53e77efbfe00766c1448b7efa18d1 Mon Sep 17 00:00:00 2001 From: sige Date: Sat, 25 May 2024 02:01:11 +0800 Subject: [PATCH] dddd --- src/components/Test.vue | 16 ++++++++-------- src/store/modules/test.js | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/Test.vue b/src/components/Test.vue index 17b52c3..6462ed1 100644 --- a/src/components/Test.vue +++ b/src/components/Test.vue @@ -88,13 +88,13 @@ -
+ +

电流 {{ testStore.heatingStripCurrent }} A

湿度 {{ testStore.heatingStripTemperature }} ℃

-
+ --> -
+ -
+

通道切换

@@ -135,7 +135,7 @@

仓内

温度 {{ deviceStore.binTemperature }} ℃

-

湿度 {{ deviceStore.binHumidity }} ℃

+

湿度 {{ deviceStore.binHumidity }} %

过氧化氢浓度 {{ deviceStore.binHP }} PPM

diff --git a/src/store/modules/test.js b/src/store/modules/test.js index a7c0f4c..9faa6a3 100644 --- a/src/store/modules/test.js +++ b/src/store/modules/test.js @@ -32,7 +32,7 @@ export const useTestStore = defineStore({ sprayLiquidPumpEnable : false, // 风机控制 - miniPwmBlowerCtrl : 20, + miniPwmBlowerCtrl : 25, // 风机使能 miniPwmBlowerCtrlEnable : false,