闫增涛
2024-09-18 c96612e8a63ecef9590be0f8b5199277ec94e5b9
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,23 @@
    "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"
  ],
  "subPackages": [
    {
@@ -25,8 +40,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 +61,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,9 +76,11 @@
        "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"
      ]
    }
    }
  ],
  "tabBar": {
    "custom": true,
@@ -78,7 +102,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"
@@ -104,7 +128,6 @@
  "window": {
    "backgroundTextStyle": "light",
    "navigationBarBackgroundColor": "#fff",
    "navigationBarTitleText": "京师E课",
    "navigationBarTextStyle": "black"
  },
  "sitemapLocation": "sitemap.json",
@@ -112,5 +135,6 @@
    "scope.userLocation": {
      "desc": "你的位置信息将用于小程序位置接口的效果展示"
    }
  }
  },
  "shareAppMessage": true
}