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,