From 90b09add4ebe0b245c467bff8372f49b8fe3fb6e Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期四, 11 七月 2024 11:42:49 +0800
Subject: [PATCH] bitian

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

diff --git a/app.json b/app.json
index f166636..3bfea2d 100644
--- a/app.json
+++ b/app.json
@@ -1,9 +1,10 @@
 {
   "pages": [
     "pages/home/home",
+    "pages/home/digitalRead/index",
     "pages/retrievalPage/index",
     "pages/cart/paymentPage/index",
-    "pages/student/index",
+    "pages/study/index",
     "pages/cart/index",
     "pages/bookExhibitionList/index",
     "pages/bookExhibitionDetails/index",
@@ -11,8 +12,20 @@
     "pages/personalCenter/index",
     "pages/personalCenter/feedBackSubmit/index",
     "pages/personalCenter/certificate/index",
+    "pages/bookServices/assort/index",
     "pages/testLogin/index",
-    "pages/bookServices/assort/index"
+    "pages/bindInfo/index",
+    "pages/bookExhibitionList/select/select",
+    "pages/digitalTextbooks/index",
+    "pages/digitalTextbooks/digitalTextbooksDetails/index",
+    "pages/digitalTextbooks/digitalTextbooksDetails/components/webView/index",
+    "pages/digitalCourses/index",
+    "pages/digitalCourses/digitalCoursesDetails/index",
+    "pages/specialDiscussion/index",
+    "pages/specialDiscussion/webView/index",
+    "pages/index/bookDetail",
+    "pages/index/resourceCover",
+    "pages/test/testCover"
   ],
   "subPackages": [
     {
@@ -38,7 +51,7 @@
         "pages/downloads/index",
         "pages/activateProduct/index",
         "pages/sampleBooks/index",
-        "pages/personalCenter/publishBooks/index",
+        "pages/publishBooks/index",
         "pages/feedBack/index",
         "pages/aboutUs/index",
         "pages/userSetting/index"
@@ -77,7 +90,7 @@
         "selectedIconPatn": "/static/images/home/service-click@2x.png"
       },
       {
-        "pagePath": "pages/student/index",
+        "pagePath": "pages/study/index",
         "text": "瀛︿範",
         "iconPath": "/static/images/home/learn@2x.png",
         "selectedIconPatn": "/static/images/home/learn-click@2x.png"
@@ -103,7 +116,6 @@
   "window": {
     "backgroundTextStyle": "light",
     "navigationBarBackgroundColor": "#fff",
-    "navigationBarTitleText": "浜笀E璇�",
     "navigationBarTextStyle": "black"
   },
   "sitemapLocation": "sitemap.json",

--
Gitblit v1.9.1