From e57a6d89256330af2ddcb528313bbfe6721026fe Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 17 Dec 2025 14:12:19 +0800
Subject: [PATCH] feat:配置文件调整
---
src/pages.json | 20 +++++++++++---------
1 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index 939a1f4..96aae35 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -48,8 +48,13 @@
"style": {
"navigationBarTitleText": "占位页面"
}
+ },
+ {
+ "path": "pages/dispatcher/index",
+ "style": {
+ "navigationStyle": "custom"
+ }
}
-
],
"subPackages": [
{
@@ -121,7 +126,7 @@
"path": "workDetail/mapWork/index",
"style": {
"navigationBarTitleText": "地图展示",
- "navigationStyle": "custom"
+ "navigationStyle": "custom"
}
},
{
@@ -177,13 +182,10 @@
"text": "任务"
},
{
- "iconPath": "static/images/tabbar/add.png",
- "pagePath": "subPackages/taskDetail/addTask/index"
- },
- {
- "pagePath": "pages/placeholder/placeholder",
"iconPath": "static/images/tabbar/drone.png",
- "visible": "true"
+ "selectedIconPath": "static/images/tabbar/drone.png",
+ "pagePath": "pages/dispatcher/index",
+ "text": ""
},
{
"iconPath": "static/images/tabbar/icon_order.png",
@@ -205,4 +207,4 @@
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
-}
+}
\ No newline at end of file
--
Gitblit v1.9.3