From 01f3801b895fa50387ba6ac7c28130053bf5e19a Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期二, 19 九月 2023 14:14:40 +0800
Subject: [PATCH] 修改合卡显示,修改司机首页
---
pages.json | 16 +++++++++++++++-
1 files changed, 15 insertions(+), 1 deletions(-)
diff --git a/pages.json b/pages.json
index e7bbd4e..b69e563 100644
--- a/pages.json
+++ b/pages.json
@@ -232,6 +232,20 @@
"navigationStyle": "custom"
}
+ }, {
+ "path": "pages/login/PrivacyAgreementText/PrivacyAgreementText",
+ "style": {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false
+ }
+
+ }, {
+ "path": "pages/loadUnload-page/selectTarget/selectTarget",
+ "style": {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false
+ }
+
}
],
"subPackages": [{
@@ -383,7 +397,7 @@
},
"globalStyle": {
"navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
+ "navigationBarTitleText": "",
"navigationBarBackgroundColor": "#f5f5f5",
"backgroundColor": "#f5f5f5"
},
--
Gitblit v1.9.1