From c8cb2a1fea75e70c9d0afb7468ad2451ddae936b Mon Sep 17 00:00:00 2001 From: guoapeng Date: Tue, 29 Jul 2025 21:05:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B8=A9=E5=BA=A6=E8=AE=BE=E7=BD=AE1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Index/Index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/Index/Index.vue b/src/pages/Index/Index.vue index 180c9ef..071bb43 100644 --- a/src/pages/Index/Index.vue +++ b/src/pages/Index/Index.vue @@ -157,9 +157,9 @@ -->
- 温度: 高 - 温度: 低 - 温度: 好 + 温度: 高 + 温度: 低 + 温度: 好
@@ -502,8 +502,8 @@ const router = useRouter() const route = useRoute() -const plateBoxTemperature = computed(() => { - return systemStore.systemInfo?.plateBoxTemperature || 0 +const incubateBoxTemperature = computed(() => { + return systemStore.systemInfo?.incubateBoxTemperature || 0 }) // 获取系统设置 const fetchSettings = async () => {