From 21e9efe5aedb2dfd4c51b3ed6158eee2bbb8c9b7 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期一, 25 三月 2024 23:39:56 +0800 Subject: [PATCH] 删除多余文件 --- app.json | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/app.json b/app.json index 294a29e..8e5515e 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", @@ -40,7 +40,8 @@ "pages/sampleBooks/index", "pages/personalCenter/publishBooks/index", "pages/feedBack/index", - "pages/aboutUs/index" + "pages/aboutUs/index", + "pages/userSetting/index" ] }, { @@ -50,14 +51,15 @@ "pages/bookServices/list/index", "pages/bookServices/detail/index", "pages/bookServices/examination/examination", - "pages/bookServices/webpage/index" + "pages/bookServices/webpage/index", + "pages/components/webView/index" ] } ], "tabBar": { "custom": true, "color": "#666666", - "selectedColor": "#FF5F15", + "selectedColor": "#ff6c00", "backgroundColor": "#ffffff", "borderStyle": "black", "list": [ @@ -101,8 +103,7 @@ "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#fff", "navigationBarTitleText": "浜笀E璇�", - "navigationBarTextStyle": "black", - " navigationStyle": "custom" + "navigationBarTextStyle": "black" }, "sitemapLocation": "sitemap.json", "permission": { -- Gitblit v1.9.1