add:增加一个全局的loading

This commit is contained in:
chenpingsen
2024-08-21 17:54:27 +08:00
parent c09ca418b3
commit 05bb62752b
3 changed files with 31 additions and 10 deletions

View File

@@ -443,13 +443,13 @@
});
};
// 温度数组
const sensorData = ref([]);
const sensorData = ref<any>([]);
// 湿度数组
const humidityData = ref([]);
const humidityData = ref<any>([]);
// PM2.5数组
const pmData = ref([]);
const pmData = ref<any>([]);
// 二氧化碳 浓度
const CO2Data = ref([]);
const CO2Data = ref<any>([]);
// 排风扇
const fanData = ref([]);
// 风幕机