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 = () => {
-
+
气密性阀门模式: