From 40ce9965257472d715d072647796ac91c3932d73 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期一, 18 九月 2023 17:49:00 +0800 Subject: [PATCH] 修改合卡 --- pages.json | 20 +++++++++----------- 1 files changed, 9 insertions(+), 11 deletions(-) diff --git a/pages.json b/pages.json index 9dbbba4..b69e563 100644 --- a/pages.json +++ b/pages.json @@ -239,17 +239,15 @@ "enablePullDownRefresh": false } + }, { + "path": "pages/loadUnload-page/selectTarget/selectTarget", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + } - ,{ - "path" : "pages/loadUnload-page/selectTarget/selectTarget", - "style" : - { - "navigationBarTitleText": "", - "enablePullDownRefresh": false - } - - } - ], + ], "subPackages": [{ "root": "pages/register", "pages": [{ @@ -399,7 +397,7 @@ }, "globalStyle": { "navigationBarTextStyle": "black", - "navigationBarTitleText": "uni-app", + "navigationBarTitleText": "", "navigationBarBackgroundColor": "#f5f5f5", "backgroundColor": "#f5f5f5" }, -- Gitblit v1.9.1