From ba616e9307681da4781b7610ec3c27721d793379 Mon Sep 17 00:00:00 2001
From: guifei zhu <guifeizhu@guifeideiMac.local>
Date: 星期三, 18 九月 2024 12:13:37 +0800
Subject: [PATCH] 添加mqtt通讯
---
pages.json | 22 +++++++++++++++++++++-
1 files changed, 21 insertions(+), 1 deletions(-)
diff --git a/pages.json b/pages.json
index af418af..557c06b 100644
--- a/pages.json
+++ b/pages.json
@@ -113,6 +113,26 @@
}
}
+ },
+ {
+ "path" : "pages/tabBar/device",
+ "style" :
+ {
+ "navigationStyle": "custom",
+ "app-plus": {
+ "titleNView": false
+ }
+ }
+ },
+ {
+ "path" : "pages/device/control",
+ "style" :
+ {
+ "navigationStyle": "custom",
+ "app-plus": {
+ "titleNView": false
+ }
+ }
}
],
"globalStyle": {
@@ -133,7 +153,7 @@
"text": "棣栭〉"
}, {
- "pagePath": "pages/tabBar/monitor",
+ "pagePath": "pages/tabBar/device",
"iconPath": "static/tabBar/shop.png",
"selectedIconPath": "static/tabBar/shop_cur.png",
"text": "鐩戞帶"
--
Gitblit v1.9.3