闫增涛
2025-03-27 96b0b8bb1597d825004f5a8da0728c48b6ce7dba
app.json
@@ -28,7 +28,8 @@
    "pages/specialDiscussion/webView/index",
    "pages/index/bookDetail",
    "pages/index/resourceCover",
    "pages/test/testCover"
    "pages/test/testCover",
    "pages/scanResult/index"
  ],
  "subPackages": [
    {
@@ -76,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"
      ]
    }
  ],
@@ -89,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/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": "我的"
      }
    ]
  },