From 7846f8224cf0bf2119116e853e2da3969d3f7774 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 21 三月 2024 09:31:18 +0800
Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master

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

diff --git a/app.json b/app.json
index 294a29e..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",
@@ -40,7 +40,8 @@
         "pages/sampleBooks/index",
         "pages/personalCenter/publishBooks/index",
         "pages/feedBack/index",
-        "pages/aboutUs/index"
+        "pages/aboutUs/index",
+        "pages/userSetting/index"
       ]
     },
     {
@@ -50,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