From acb345cbe4a64de4ad9fb430b3047cf32eaf4ce4 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期二, 26 三月 2024 20:15:39 +0800 Subject: [PATCH] tree组卷代码隐藏 --- app.json | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/app.json b/app.json index c3c65c8..f44c4a5 100644 --- a/app.json +++ b/app.json @@ -1,9 +1,9 @@ { "pages": [ - "pages/student/index", "pages/home/home", "pages/retrievalPage/index", "pages/cart/paymentPage/index", + "pages/student/index", "pages/cart/index", "pages/bookExhibitionList/index", "pages/bookExhibitionDetails/index", @@ -12,7 +12,8 @@ "pages/personalCenter/feedBackSubmit/index", "pages/personalCenter/certificate/index", "pages/testLogin/index", - "pages/bookServices/assort/index" + "pages/bookServices/assort/index", + "pages/bindInfo/index" ], "subPackages": [ { @@ -51,14 +52,16 @@ "pages/bookServices/list/index", "pages/bookServices/detail/index", "pages/bookServices/examination/examination", - "pages/bookServices/webpage/index" + "pages/bookServices/webpage/index", + "pages/components/webView/index", + "pages/bookServices/detail/buyResource/index" ] } ], "tabBar": { "custom": true, "color": "#666666", - "selectedColor": "#FF5F15", + "selectedColor": "#ff6c00", "backgroundColor": "#ffffff", "borderStyle": "black", "list": [ @@ -102,8 +105,7 @@ "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#fff", "navigationBarTitleText": "浜笀E璇�", - "navigationBarTextStyle": "black", - " navigationStyle": "custom" + "navigationBarTextStyle": "black" }, "sitemapLocation": "sitemap.json", "permission": { -- Gitblit v1.9.1