From cdfdcec9cc8a7644e70fb28d39a01d438cc74496 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期一, 25 三月 2024 09:26:30 +0800
Subject: [PATCH] 详情,阅读器

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

diff --git a/app.json b/app.json
index c3c65c8..2b71cb4 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,7 +51,8 @@
         "pages/bookServices/list/index",
         "pages/bookServices/detail/index",
         "pages/bookServices/examination/examination",
-        "pages/bookServices/webpage/index"
+        "pages/bookServices/webpage/index",
+        "pages/components/webView/index"
       ]
     }
   ],

--
Gitblit v1.9.1