From 96b0b8bb1597d825004f5a8da0728c48b6ce7dba Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 27 三月 2025 15:22:22 +0800
Subject: [PATCH] 首页登录去除侧式

---
 app.json |   75 +++++++++++++++++++++++++------------
 1 files changed, 51 insertions(+), 24 deletions(-)

diff --git a/app.json b/app.json
index f44c4a5..fb99c71 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,9 +12,24 @@
     "pages/personalCenter/index",
     "pages/personalCenter/feedBackSubmit/index",
     "pages/personalCenter/certificate/index",
-    "pages/testLogin/index",
+    "pages/personalCenter/pointsRecord/index",
+    "pages/personalCenter/myUpload/index",
     "pages/bookServices/assort/index",
-    "pages/bindInfo/index"
+    "pages/testLogin/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/digitalCourses/digitalCoursesDetails/components/digitalRead/index",
+    "pages/specialDiscussion/index",
+    "pages/specialDiscussion/webView/index",
+    "pages/index/bookDetail",
+    "pages/index/resourceCover",
+    "pages/test/testCover",
+    "pages/scanResult/index"
   ],
   "subPackages": [
     {
@@ -25,8 +41,15 @@
         "pages/resourceDetails/document/index",
         "pages/sampleBookList/index",
         "pages/sampleBookList/applicationForm/index",
-        "pages/teacherCertification/index"
-      ]
+        "pages/teacherCertification/index",
+        "pages/publickBookForm/index"
+      ],
+      "plugins": {
+        "t-video": {
+          "version": "1.0.10",
+          "provider": "wx5474241b2a65b906"
+        }
+      }
     },
     {
       "root": "packagePersonal",
@@ -39,7 +62,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"
@@ -54,7 +77,22 @@
         "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",
+        "pages/psychologyAnswer/psychologyAnswer"
+      ]
+    },
+    {
+      "root": "packageCourse",
+      "name": "packageCourse",
+      "pages": [
+        "pages/course/index",
+        "pages/course/detail/index",
+        "pages/teachClass/index",
+        "components/baseClass/index",
+        "pages/studentClass/index",
+        "pages/teachClass/detail/index"
       ]
     }
   ],
@@ -67,33 +105,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/student/index",
-        "text": "瀛︿範",
-        "iconPath": "/static/images/home/learn@2x.png",
-        "selectedIconPatn": "/static/images/home/learn-click@2x.png"
+        "pagePath": "pages/study/index",
+        "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": "鎴戠殑"
       }
     ]
   },
@@ -104,7 +132,6 @@
   "window": {
     "backgroundTextStyle": "light",
     "navigationBarBackgroundColor": "#fff",
-    "navigationBarTitleText": "浜笀E璇�",
     "navigationBarTextStyle": "black"
   },
   "sitemapLocation": "sitemap.json",

--
Gitblit v1.9.1