From 985f70ad180b1ce396cf03e29cc2551a0bd892a2 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期一, 25 三月 2024 18:28:48 +0800
Subject: [PATCH] 删除多余文件

---
 app.json |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/app.json b/app.json
index c3c65c8..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",
@@ -51,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": [
@@ -102,8 +103,7 @@
     "backgroundTextStyle": "light",
     "navigationBarBackgroundColor": "#fff",
     "navigationBarTitleText": "浜笀E璇�",
-    "navigationBarTextStyle": "black",
-    " navigationStyle": "custom"
+    "navigationBarTextStyle": "black"
   },
   "sitemapLocation": "sitemap.json",
   "permission": {

--
Gitblit v1.9.1