From 7941623b1fb108a154ea4270d7c7e2df6031f6e5 Mon Sep 17 00:00:00 2001
From: zhuguifei <zhuguifei@zhuguifeideiMac.local>
Date: 星期四, 11 十二月 2025 12:36:14 +0800
Subject: [PATCH] 优化页面UI更新
---
pages.json | 258 ++++++++++++++++++++++++++-------------------------
1 files changed, 133 insertions(+), 125 deletions(-)
diff --git a/pages.json b/pages.json
index f5f60bc..d67fbd5 100644
--- a/pages.json
+++ b/pages.json
@@ -2,7 +2,7 @@
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
- "pages": [ //pages鏁扮粍涓涓�椤硅〃绀哄簲鐢ㄥ惎鍔ㄩ〉锛屽弬鑰冿細https://uniapp.dcloud.io/collocation/pages
+ "pages": [ //pages鏁扮粍涓涓�椤硅〃绀哄簲鐢ㄥ惎鍔ㄩ〉锛屽弬鑰冿細https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/login",
"style": {
@@ -14,35 +14,61 @@
"enablePullDownRefresh": false
}
+ },
+ {
+ "path": "pages/tabBar/general",
+ "style": {
+ "navigationStyle": "custom"
+ }
+
+ },
+ {
+ "path": "pages/tabBar/device",
+ "style": {
+ "navigationStyle": "custom",
+ "app-plus": {
+ "titleNView": false
+ }
+ }
+ },
+ {
+ "path": "pages/tabBar/warning",
+ "style": {
+ "navigationStyle": "custom",
+ "app-plus": {
+ "titleNView": false
+ }
+ }
},
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "uni-app"
- }
- },
- {
- "path": "pages/tabBar/main",
- "style": {
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false
- }
-
- }
- }, {
+ {
"path": "pages/tabBar/formula",
"style": {
"navigationStyle": "custom"
}
- }, {
- "path": "pages/category/formulaDetail",
- "style": {
- "navigationStyle": "custom"
- }
-
- }, {
+ },
+ {
+ "path": "pages/tabBar/me",
+ "style": {
+ "navigationStyle": "custom",
+ "app-plus": {
+ "titleNView": false
+ }
+ }
+
+ }
+
+ /* {
+ "path": "pages/tabBar/main",
+ "style": {
+ "navigationStyle": "custom",
+ "app-plus": {
+ "titleNView": false
+ }
+
+ }
+ },
+ {
"path": "pages/tabBar/monitor",
"style": {
"navigationStyle": "custom",
@@ -51,107 +77,89 @@
}
}
- }, {
- "path": "pages/tabBar/me",
- "style": {
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false
- }
- }
+ }, */
+
- }, {
- "path": "pages/tabBar/general",
- "style": {
- "navigationStyle": "custom"
- }
-
- }
-
- , {
- "path": "pages/charts/charts",
- "style": {
- "navigationBarTitleText": "鍥捐〃",
- "enablePullDownRefresh": false
- }
-
- }, {
- "path": "pages/me/analy",
- "style": {
- "navigationStyle": "custom"
- }
-
- }, {
- "path": "pages/analy/analyList",
- "style": {
- "navigationBarTitleText": "鐢熶骇璁板綍鍒嗘瀽",
- "enablePullDownRefresh": false
- }
-
- }, {
- "path": "pages/tabBar/demo",
- "style": {
- "navigationBarTitleText": "娴嬭瘯",
- "enablePullDownRefresh": false
- }
-
- }, {
- "path": "pages/me/control",
- "style": {
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false
- }
- }
-
- }, {
- "path": "pages/me/video",
- "style": {
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false
- }
- }
-
- },
- {
- "path": "pages/tabBar/device",
- "style": {
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/tabBar/warning",
- "style": {
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/device/control",
- "style": {
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/login/switchMode",
- "style": {
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false
- }
- }
- }
-
- ],
+ ],
+ "subPackages": [
+ {
+ "root": "packageA",
+ "pages": [
+ {
+ "path": "pages/category/formulaDetail",
+ "style": {
+ "navigationStyle": "custom"
+ }
+
+ }, {
+ "path": "pages/charts/charts",
+ "style": {
+ "navigationBarTitleText": "鍥捐〃",
+ "enablePullDownRefresh": false
+ }
+
+ }, {
+ "path": "pages/me/analy",
+ "style": {
+ "navigationStyle": "custom"
+ }
+
+ }, {
+ "path": "pages/analy/analyList",
+ "style": {
+ "navigationBarTitleText": "鐢熶骇璁板綍鍒嗘瀽",
+ "enablePullDownRefresh": false
+ }
+
+ },
+ {
+ "path": "pages/me/control",
+ "style": {
+ "navigationStyle": "custom",
+ "app-plus": {
+ "titleNView": false
+ }
+ }
+
+ },
+ // {
+ // "path": "pages/me/video",
+ // "style": {
+ // "navigationStyle": "custom",
+ // "app-plus": {
+ // "titleNView": false
+ // }
+ // }
+
+ // },
+
+ {
+ "path": "pages/device/control",
+ "style": {
+ "navigationStyle": "custom",
+ "app-plus": {
+ "titleNView": false
+ }
+ }
+ },
+ {
+ "path": "pages/login/switchMode",
+ "style": {
+ "navigationStyle": "custom",
+ "app-plus": {
+ "titleNView": false
+ }
+ }
+ }
+ ]
+ }
+ ],
+ "preloadRule": {
+ "packageA/pages/device/control": {
+ "network": "all",
+ "packages": ["packageA"]
+ }
+ },
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "鍏板疂鏅鸿兘",
@@ -178,7 +186,7 @@
"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