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 | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/pages.json b/pages.json index 6b50db8..b69e563 100644 --- a/pages.json +++ b/pages.json @@ -239,6 +239,13 @@ "enablePullDownRefresh": false } + }, { + "path": "pages/loadUnload-page/selectTarget/selectTarget", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + } ], "subPackages": [{ @@ -390,7 +397,7 @@ }, "globalStyle": { "navigationBarTextStyle": "black", - "navigationBarTitleText": "uni-app", + "navigationBarTitleText": "", "navigationBarBackgroundColor": "#f5f5f5", "backgroundColor": "#f5f5f5" }, -- Gitblit v1.9.1