From 965e92b958ebc50dc7d475da9e198f135091f93f Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Wed, 22 Oct 2025 13:45:38 +0800
Subject: [PATCH] feat:我的
---
src/pages.json | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index 18d9a66..c7984f2 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"
}
},
{
@@ -166,7 +168,8 @@
"iconPath": "static/images/tabbar/add-task.svg",
"selectedIconPath": "static/images/tabbar/add-task.svg",
"pagePath": "subPackages/taskDetail/addTask/index",
- "text": "",
+ "text": "新建",
+ "visible": true,
"style": {
"width": "600",
"height": "600"
--
Gitblit v1.9.3