From f46eb243908e145da448f65bffb8ba17197d9164 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期一, 25 九月 2023 16:10:12 +0800 Subject: [PATCH] 增加详情原发信息 增加装卸员下拉刷新 修改诸多问题 优化websocket --- pages.json | 27 ++++++++++++++++----------- 1 files changed, 16 insertions(+), 11 deletions(-) diff --git a/pages.json b/pages.json index 212cf31..b69e563 100644 --- a/pages.json +++ b/pages.json @@ -232,17 +232,22 @@ "navigationStyle": "custom" } + }, { + "path": "pages/login/PrivacyAgreementText/PrivacyAgreementText", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + + }, { + "path": "pages/loadUnload-page/selectTarget/selectTarget", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + } - ,{ - "path" : "pages/login/PrivacyAgreementText/PrivacyAgreementText", - "style" : - { - "navigationBarTitleText": "", - "enablePullDownRefresh": false - } - - } - ], + ], "subPackages": [{ "root": "pages/register", "pages": [{ @@ -392,7 +397,7 @@ }, "globalStyle": { "navigationBarTextStyle": "black", - "navigationBarTitleText": "uni-app", + "navigationBarTitleText": "", "navigationBarBackgroundColor": "#f5f5f5", "backgroundColor": "#f5f5f5" }, -- Gitblit v1.9.1