From 55fb9617fdf794c86fc89476ecbe348b0a61e2cc Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Tue, 21 Oct 2025 19:04:18 +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