|
- {
- "pages": [
- "pages/home/index",
- "pages/mine/index",
- "pages/login/login"
- ],
- "permission": {
- "scope.userLocation": {
- "desc": "你的位置信息将用于小程序位置接口的效果展示"
- }
- },
- "tabBar": {
- "custom": true,
- "color": "#939393",
- "borderStyle": "white",
- "selectedColor": "#477DF3",
- "list": [
- {
- "pagePath": "pages/home/index",
- "text": "全民护河",
- "iconPath": "./assets/tabBar/protect.png",
- "selectedIconPath": "./assets/tabBar/protect_h.png"
- },
- {
- "pagePath": "pages/mine/index",
- "text": "我的",
- "iconPath": "./assets/tabBar/mine.png",
- "selectedIconPath": "./assets/tabBar/mine_h.png"
- }
- ]
- },
- "subPackages": [
- {
- "root": "package_A",
- "pages": [
- "pages/report/index",
- "pages/submitSuccess/index"
- ]
- },
- {
- "root": "package_B",
- "pages": [
- "pages/collection/index",
- "pages/records/index",
- "pages/feedbackDetail/index"
- ]
- }
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "Weixin",
- "navigationBarTextStyle": "black"
- },
- "style": "v2",
- "sitemapLocation": "sitemap.json",
- "requiredPrivateInfos": [
- "getLocation",
- "chooseLocation"
- ]
- }
|