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 | 71 +++++++++++++++++++++++++++++++----
1 files changed, 62 insertions(+), 9 deletions(-)
diff --git a/h5/pages.json b/h5/pages.json
index a7a6648..afd3937 100644
--- a/h5/pages.json
+++ b/h5/pages.json
@@ -9,6 +9,13 @@
"navigationBarTitleText": "閫夋嫨韬唤",
"enablePullDownRefresh": false
}
+ },
+ {
+ "path": "pages/auth/auth",
+ "style": {
+ "navigationBarTitleText": "寰俊鎺堟潈",
+ "enablePullDownRefresh": false
+ }
},
{
"path": "pages/index/index",
@@ -364,13 +371,6 @@
}
},
{
- "path": "pages/auth/auth",
- "style": {
- "navigationBarTitleText": "寰俊鎺堟潈",
- "enablePullDownRefresh": false
- }
- },
- {
"path": "pages/staffLogin/forgetPsd",
"style": {
"navigationBarTitleText": "鎵惧洖瀵嗙爜",
@@ -422,6 +422,59 @@
"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": [
@@ -520,8 +573,8 @@
}
],
"globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "",
+ "navigationBarTextStyle": "black",
+ "navigationStyle": "custom",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#ffffff"
},
--
Gitblit v1.9.3