From f68b6f735eb1b0f3702022d3a25510fcd21d1cf8 Mon Sep 17 00:00:00 2001
From: renkang <8417338+k94314517@user.noreply.gitee.com>
Date: 星期四, 09 一月 2025 18:30:45 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/2.0.1' into 2.0.1
---
h5/pages.json | 26 +++++++++++++++++---------
1 files changed, 17 insertions(+), 9 deletions(-)
diff --git a/h5/pages.json b/h5/pages.json
index c288dfa..d255e6d 100644
--- a/h5/pages.json
+++ b/h5/pages.json
@@ -2,17 +2,18 @@
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
- "pages": [{
+ "pages": [
+ {
+ "path": "pages/login",
+ "style": {
+ "navigationBarTitleText": "鐧诲綍"
+ }
+ },
+ {
"path": "pages/index",
"style": {
"navigationBarTitleText": "棣栭〉",
"enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/login",
- "style": {
- "navigationBarTitleText": "鐧诲綍"
}
},
{
@@ -66,7 +67,7 @@
"path" : "pages/polling/detail",
"style" :
{
- "navigationBarTitleText" : "杩愮淮璇︽儏"
+ "navigationBarTitleText" : "浠诲姟璇︽儏"
}
},
{
@@ -75,11 +76,18 @@
{
"navigationBarTitleText" : "宸℃鐐�"
}
+ },
+ {
+ "path" : "pages/common/memberSel",
+ "style" :
+ {
+ "navigationBarTitleText" : "閫夋嫨浜哄憳"
+ }
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
- "navigationBarTitleText": "",
+ "navigationStyle": "custom",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#ffffff"
},
--
Gitblit v1.9.3