From b8e3dc3c89fcc278ed8fe409c09fe938bdda0e23 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 26 九月 2024 11:31:04 +0800
Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master

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

diff --git a/app.json b/app.json
index 7020a5e..1030dd3 100644
--- a/app.json
+++ b/app.json
@@ -13,6 +13,7 @@
     "pages/personalCenter/feedBackSubmit/index",
     "pages/personalCenter/certificate/index",
     "pages/personalCenter/pointsRecord/index",
+    "pages/personalCenter/myUpload/index",
     "pages/bookServices/assort/index",
     "pages/testLogin/index",
     "pages/bindInfo/index",
@@ -22,6 +23,7 @@
     "pages/digitalTextbooks/digitalTextbooksDetails/components/webView/index",
     "pages/digitalCourses/index",
     "pages/digitalCourses/digitalCoursesDetails/index",
+    "pages/digitalCourses/digitalCoursesDetails/components/digitalRead/index",
     "pages/specialDiscussion/index",
     "pages/specialDiscussion/webView/index",
     "pages/index/bookDetail",
@@ -74,7 +76,9 @@
         "pages/bookServices/examination/examination",
         "pages/bookServices/webpage/index",
         "pages/components/webView/index",
-        "pages/bookServices/detail/buyResource/index"
+        "pages/bookServices/detail/buyResource/index",
+        "pages/bookServices/detail/components/learnTask/index",
+        "pages/bookServices/linkPage/index"
       ]
     }
   ],
@@ -87,33 +91,23 @@
     "list": [
       {
         "pagePath": "pages/home/home",
-        "text": "棣栭〉",
-        "iconPath": "/static/images/home/Home@2x.png",
-        "selectedIconPatn": "/static/images/home/Home-click@2x.png"
+        "text": "棣栭〉"
       },
       {
         "pagePath": "pages/bookServices/assort/index",
-        "text": "鍥句功鏈嶅姟",
-        "iconPath": "/static/images/home/service@2x.png",
-        "selectedIconPatn": "/static/images/home/service-click@2x.png"
+        "text": "鍥句功鏈嶅姟"
       },
       {
         "pagePath": "pages/study/index",
-        "text": "瀛︿範",
-        "iconPath": "/static/images/home/learn@2x.png",
-        "selectedIconPatn": "/static/images/home/learn-click@2x.png"
+        "text": "瀛︿範"
       },
       {
         "pagePath": "pages/cart/index",
-        "text": "璐墿杞�",
-        "iconPath": "/static/images/home/cart@2x.png",
-        "selectedIconPatn": "/static/images/home/cart-click@2x.png"
+        "text": "璐墿杞�"
       },
       {
         "pagePath": "pages/personalCenter/index",
-        "text": "鎴戠殑",
-        "iconPath": "/static/images/home/my@2x.png",
-        "selectedIconPatn": "/static/images/home/my-click@2x.png"
+        "text": "鎴戠殑"
       }
     ]
   },

--
Gitblit v1.9.1