{ "pages": [ "pages/home/home", "pages/retrievalPage/index", "pages/cart/paymentPage/index", "pages/student/index", "pages/cart/index", "pages/bookExhibitionList/index", "pages/bookExhibitionDetails/index", "pages/bibliographyList/index", "pages/personalCenter/index", "pages/personalCenter/feedBackSubmit/index", "pages/personalCenter/certificate/index", "pages/testLogin/index", "pages/bookServices/assort/index" ], "subPackages": [ { "root": "packageDomain", "name": "packageDomain", "pages": [ "pages/resourceDetails/myAudio/index", "pages/resourceDetails/myVideo/index", "pages/resourceDetails/document/index", "pages/sampleBookList/index", "pages/sampleBookList/applicationForm/index", "pages/teacherCertification/index" ] }, { "root": "packagePersonal", "name": "packagePersonal", "pages": [ "pages/myOrder/index", "pages/myCollection/index", "pages/myMassage/index", "pages/myMassage/massageDetail/index", "pages/downloads/index", "pages/activateProduct/index", "pages/sampleBooks/index", "pages/personalCenter/publishBooks/index", "pages/feedBack/index", "pages/aboutUs/index", "pages/userSetting/index" ] }, { "root": "packageBookService", "name": "packageBookService", "pages": [ "pages/bookServices/list/index", "pages/bookServices/detail/index", "pages/bookServices/examination/examination", "pages/bookServices/webpage/index", "pages/components/webView/index", "pages/bookServices/buyResource/index", "pages/bookServices/detail/buyResource/index" ] } ], "tabBar": { "custom": true, "color": "#666666", "selectedColor": "#FF5F15", "backgroundColor": "#ffffff", "borderStyle": "black", "list": [ { "pagePath": "pages/home/home", "text": "首页", "iconPath": "/static/images/home/Home@2x.png", "selectedIconPatn": "/static/images/home/Home-click@2x.png" }, { "pagePath": "pages/bookServices/assort/index", "text": "图书服务", "iconPath": "/static/images/home/service@2x.png", "selectedIconPatn": "/static/images/home/service-click@2x.png" }, { "pagePath": "pages/student/index", "text": "学习", "iconPath": "/static/images/home/learn@2x.png", "selectedIconPatn": "/static/images/home/learn-click@2x.png" }, { "pagePath": "pages/cart/index", "text": "购物车", "iconPath": "/static/images/home/cart@2x.png", "selectedIconPatn": "/static/images/home/cart-click@2x.png" }, { "pagePath": "pages/personalCenter/index", "text": "我的", "iconPath": "/static/images/home/my@2x.png", "selectedIconPatn": "/static/images/home/my-click@2x.png" } ] }, "requiredPrivateInfos": [ "chooseAddress" ], "usingComponents": {}, "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#fff", "navigationBarTitleText": "京师E课", "navigationBarTextStyle": "black", " navigationStyle": "custom" }, "sitemapLocation": "sitemap.json", "permission": { "scope.userLocation": { "desc": "你的位置信息将用于小程序位置接口的效果展示" } } }