diff --git a/src/views/index.vue b/src/views/index.vue index a04d9d7..96cf421 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -5,32 +5,38 @@
- 温度:22.2℃ + 温度:{{ deviceInfo.temperature || '-' }}℃
-
湿度:50% +
湿度:{{ deviceInfo.humidity || '-' }}%
- CO:5PPM + CO:{{ deviceInfo.co || '-' }}PPM
预警: - +
-
阈值设定:30 阈值设定:{{ getThreshold() }}
- - - + + + + + + + +