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 () => {