123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "pages": [
- "pages/index/index",
- "pages/home/index",
- "pages/teacher/index",
- "pages/my/index"
- ],
- "subPackages": [
- {
- "root": "pagesHome",
- "pages": [
- "agree/index",
- "login/index"
- ]
- }
- ],
- "window": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "学吧",
- "navigationBarBackgroundColor": "#32C8DA",
- "backgroundColor": "#ffffff"
- },
- "tabBar": {
- "color": "8a8a8a",
- "selectedColor": "#262D3D",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/home/index",
- "iconPath": "static/homeHL.png",
- "selectedIconPath": "static/home.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/teacher/index",
- "iconPath": "static/teacherHL.png",
- "selectedIconPath": "static/teacher.png",
- "text": "教师"
- },
- {
- "pagePath": "pages/my/index",
- "iconPath": "static/myHL.png",
- "selectedIconPath": "static/my.png",
- "text": "我的"
- }
- ]
- },
- "permission": {
- "scope.userLocation": {
- "desc": "定位当前位置,选在收获地址"
- }
- },
- "requiredPrivateInfos": [
- "chooseAddress",
- "chooseLocation"
- ],
- "lazyCodeLoading": "requiredComponents",
- "usingComponents": {}
- }
|