From d73c61eb5a8dcc4e40732b97d92d36edcf6b3d61 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 11 十二月 2024 16:07:08 +0800
Subject: [PATCH] ll
---
h5/pages.json | 101 ++++++++++++++++++++++++++++++++++++++++++++------
1 files changed, 89 insertions(+), 12 deletions(-)
diff --git a/h5/pages.json b/h5/pages.json
index 8fc4ef3..afd3937 100644
--- a/h5/pages.json
+++ b/h5/pages.json
@@ -4,6 +4,20 @@
},
"pages": [
{
+ "path": "pages/login/login",
+ "style": {
+ "navigationBarTitleText": "閫夋嫨韬唤",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "pages/auth/auth",
+ "style": {
+ "navigationBarTitleText": "寰俊鎺堟潈",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "璁垮涓績",
@@ -21,8 +35,7 @@
"path": "pages/staffLogin/login",
"style": {
"navigationBarTitleText": "鐧诲綍",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
+ "enablePullDownRefresh": false
}
},
{
@@ -358,13 +371,6 @@
}
},
{
- "path": "pages/auth/auth",
- "style": {
- "navigationBarTitleText": "寰俊鎺堟潈",
- "enablePullDownRefresh": false
- }
- },
- {
"path": "pages/staffLogin/forgetPsd",
"style": {
"navigationBarTitleText": "鎵惧洖瀵嗙爜",
@@ -399,7 +405,78 @@
"enablePullDownRefresh": false
}
}
- ],
+ ,{
+ "path" : "pages/driver/login",
+ "style" :
+ {
+ "navigationBarTitleText": "鐧诲綍",
+ "enablePullDownRefresh": false
+ }
+
+ }
+ ,{
+ "path" : "pages/driver/register",
+ "style" :
+ {
+ "navigationBarTitleText": "娉ㄥ唽",
+ "enablePullDownRefresh": false
+ }
+
+ }
+ ,{
+ "path" : "pages/driver/forgetPsd",
+ "style" :
+ {
+ "navigationBarTitleText": "鎵惧洖瀵嗙爜",
+ "enablePullDownRefresh": false
+ }
+
+ }
+ ,{
+ "path" : "pages/staff/task/driver",
+ "style" :
+ {
+ "navigationBarTitleText": "鍏ュ洯瀹℃壒",
+ "enablePullDownRefresh": false
+ }
+
+ },
+ {
+ "path" : "pages/driver/notice",
+ "style" :
+ {
+ "navigationBarTitleText" : "鍏ュ洯椤荤煡"
+ }
+ },
+ {
+ "path" : "pages/waybill/waybillDetail",
+ "style" :
+ {
+ "navigationBarTitleText" : "杩愬崟鏌ヨ"
+ }
+ },
+ {
+ "path" : "pages/staff/signin",
+ "style" :
+ {
+ "navigationBarTitleText" : "鎴戠殑鑰冨嫟"
+ }
+ },
+ {
+ "path" : "pages/waybill/home",
+ "style" :
+ {
+ "navigationBarTitleText" : "杩愬崟鏌ヨ"
+ }
+ },
+ {
+ "path" : "pages/waybill/list",
+ "style" :
+ {
+ "navigationBarTitleText" : "杩愬崟鏌ヨ"
+ }
+ }
+ ],
"subPackages": [
{
"root": "n_pages",
@@ -496,8 +573,8 @@
}
],
"globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "",
+ "navigationBarTextStyle": "black",
+ "navigationStyle": "custom",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#ffffff"
},
--
Gitblit v1.9.3