From c30aa7056ea6972dd4465a6b8b6a287187f1bbb2 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 21 Oct 2025 14:21:14 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
src/pages.json | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index 18d9a66..3e63260 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -71,7 +71,8 @@
{
"path": "droneConsole/index",
"style": {
- "navigationBarTitleText": "控制台"
+ "navigationBarTitleText": "控制台",
+ "navigationStyle": "custom"
}
},
{
@@ -172,6 +173,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