From c83d31112dc904c296e9245afc38c579f3637771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E5=87=A4=E5=90=89?= Date: Thu, 3 Jul 2025 15:02:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BD=8E=E6=88=90=E6=9C=AC=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E5=8A=A0=E6=B6=B2=E5=92=8C=E6=B0=94=E5=AF=86=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/debug/index.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/debug/index.vue b/src/views/debug/index.vue index 6329b68..d3222cb 100644 --- a/src/views/debug/index.vue +++ b/src/views/debug/index.vue @@ -2,11 +2,13 @@ import { sendCmd } from 'apis/system' import { roundNumber } from 'libs/utils' import { useDebugStore } from 'stores/debugStore' +import { useDeviceStore } from 'stores/deviceStore' import { useHomeStore } from 'stores/homeStore' import { ref, watchEffect } from 'vue' const homeStore = useHomeStore() const debugStore = useDebugStore() +const deviceStete = useDeviceStore() const h2O2SensorData = ref(homeStore.h2O2SensorData) const sprayPumpGpmValue = ref(5) const airLeakDetectTestMode = ref('disinfection') @@ -216,7 +218,7 @@ const printerDoTest = () => {
-
+
加液泵控制:
@@ -252,7 +254,7 @@ const printerDoTest = () => {
-
+
气密性阀门模式: