From e1a3ec5e44b95dd9917c098e7c7836ee2b2ac388 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 21 Oct 2025 17:32:57 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
src/pages.json | 16 ++++++++++++++--
1 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index 18d9a66..ab50f1a 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -71,7 +71,8 @@
{
"path": "droneConsole/index",
"style": {
- "navigationBarTitleText": "控制台"
+ "navigationBarTitleText": "控制台",
+ "navigationStyle": "custom"
}
},
{
@@ -107,7 +108,8 @@
{
"path": "workDetail/mapWork/index",
"style": {
- "navigationBarTitleText": "地图展示"
+ "navigationBarTitleText": "地图展示",
+ "navigationStyle": "custom"
}
},
{
@@ -172,6 +174,16 @@
"height": "600"
}
},
+ {
+ "iconPath": "static/images/tabbar/add-work.svg",
+ "selectedIconPath": "static/images/tabbar/add-work.svg",
+ "pagePath": "subPackages/workDetail/addWork/index",
+ "text": "",
+ "style": {
+ "width": "600",
+ "height": "600"
+ }
+ },
{
"iconPath": "static/images/tabbar/icon_home.png",
"selectedIconPath": "static/images/tabbar/icon_home_selected.png",
--
Gitblit v1.9.3