From 6017f46b762663b9393cdae8422e0de1ed3db218 Mon Sep 17 00:00:00 2001
From: guifei zhu <guifeizhu@guifeideiMac.local>
Date: 星期三, 27 十一月 2024 13:30:06 +0800
Subject: [PATCH] 添加mqtt数据接口
---
pages.json | 17 ++++++++++++++---
1 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/pages.json b/pages.json
index 557c06b..611c480 100644
--- a/pages.json
+++ b/pages.json
@@ -76,7 +76,7 @@
}
}, {
- "path": "pages/tabBar/analy",
+ "path": "pages/me/analy",
"style": {
"navigationStyle": "custom"
}
@@ -123,6 +123,16 @@
"titleNView": false
}
}
+ },
+ {
+ "path" : "pages/tabBar/warning",
+ "style" :
+ {
+ "navigationStyle": "custom",
+ "app-plus": {
+ "titleNView": false
+ }
+ }
},
{
"path" : "pages/device/control",
@@ -134,6 +144,7 @@
}
}
}
+
],
"globalStyle": {
"navigationBarTextStyle": "white",
@@ -158,10 +169,10 @@
"selectedIconPath": "static/tabBar/shop_cur.png",
"text": "鐩戞帶"
}, {
- "pagePath": "pages/tabBar/analy",
+ "pagePath": "pages/tabBar/warning",
"iconPath": "static/tabBar/analy.png",
"selectedIconPath": "static/tabBar/analy_cur.png",
- "text": "鍒嗘瀽"
+ "text": "鎶ヨ"
}, {
"pagePath": "pages/tabBar/formula",
"iconPath": "static/tabBar/order.png",
--
Gitblit v1.9.3