From bb7363d2c03aa94587abc7593d738aff5d276885 Mon Sep 17 00:00:00 2001 From: guoapeng Date: Thu, 31 Jul 2025 16:50:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B8=A9=E5=BA=A6=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Index/Index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Index/Index.vue b/src/pages/Index/Index.vue index 94c837e..a2c2487 100644 --- a/src/pages/Index/Index.vue +++ b/src/pages/Index/Index.vue @@ -1050,7 +1050,7 @@ const startTest = async () => { return } try { - if (deviceStore.sensorState?.incubateBoxTemperature !== incubateBoxTemperature.value) { + if (deviceStore.sensorState?.incubateBoxTemperature != incubateBoxTemperature) { warnMessage.value = '温度异常, 禁止测试' showWarnModal.value =true return