From a40e6a45b2207a9b172b7687ce6e4fe7da8b9ac6 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 03 十二月 2024 16:46:49 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/funingyunwei
---
h5/pages.json | 24 ++++++++++++++++--------
1 files changed, 16 insertions(+), 8 deletions(-)
diff --git a/h5/pages.json b/h5/pages.json
index c288dfa..e1958a5 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,6 +76,13 @@
{
"navigationBarTitleText" : "宸℃鐐�"
}
+ },
+ {
+ "path" : "pages/common/memberSel",
+ "style" :
+ {
+ "navigationBarTitleText" : "閫夋嫨浜哄憳"
+ }
}
],
"globalStyle": {
--
Gitblit v1.9.3