{ "pages": [ "pages/index/index", "pages/activity/detail", "pages/registration/registration", "pages/profile/profile", "pages/message/message", "pages/judge/review", "pages/video/video" ], "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#007aff", "navigationBarTitleText": "蓉易创", "navigationBarTextStyle": "white", "backgroundColor": "#f5f5f5" }, "tabBar": { "custom": true, "color": "#999999", "selectedColor": "#007aff", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/index/index", "text": "首页" }, { "pagePath": "pages/message/message", "text": "消息" }, { "pagePath": "pages/profile/profile", "text": "我的" } ] }, "networkTimeout": { "request": 10000, "downloadFile": 10000 }, "debug": true, "permission": { "scope.userLocation": { "desc": "你的位置信息将用于小程序位置接口的效果展示" } }, "requiredBackgroundModes": ["audio"], "sitemapLocation": "sitemap.json" }