{ "pages": [ "pages/home/home", "pages/more/more" ], "permission": { "scope.userLocation": { "desc": "你的位置信息将用于小程序位置接口的效果展示" } }, "window": { "backgroundTextStyle": "dark", "navigationBarBackgroundColor": "#1772cb", "navigationBarTitleText": "随手精灵", "navigationBarTextStyle": "white" }, "tabBar": { "color": "#7A7E83", "selectedColor": "#13227a", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/home/home", "iconPath": "images/icon/icon_home.png", "selectedIconPath": "images/icon/icon_home_active.png", "text": "首页" }, { "pagePath": "pages/more/more", "iconPath": "images/icon/icon_more.png", "selectedIconPath": "images/icon/icon_more_active.png", "text": "更多" } ] }, "networkTimeout": { "request": 10000, "downloadFile": 10000 }, "debug": true, "sitemapLocation": "sitemap.json", "lazyCodeLoading": "requiredComponents" }