萤石云对接、温湿度卡片合并、接口更新

This commit is contained in:
吉浩茹
2025-10-06 15:06:48 +08:00
parent 5f20cc7cd3
commit 4b65bea0bb
21 changed files with 5445 additions and 1027 deletions

View File

@ -106,11 +106,11 @@ const initEventHandleMqtt = (topicUrl) => {
console.log("✅ MQTT连接成功");
// 显示连接成功提示
uni.showToast({
title: 'MQTT连接成功',
icon: 'success',
duration: 2000
});
// uni.showToast({
// title: 'MQTT连接成功',
// icon: 'success',
// duration: 2000
// });
//订阅主题
client.subscribe(topicUrl, function(err) {