{ "pages": [ "pages/index/index", "pages/me/me", "pages/notice/notice", "pages/notice/notice_details", "pages/denglu/denglu" ], "requiredPrivateInfos": [ "getLocation" ], "permission": { "scope.userLocation": { "desc": "小道要获取你的位置信息" } }, "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#fff", "navigationBarTitleText": "Weixin", "navigationBarTextStyle": "black" }, "tabBar": { "index": "-1", "color": "#737373", "selectedColor": "#f94b0e", "borderStyle": "black", "backgroundColor": "#f9f9f9", "list": [ { "text": "首页", "pagePath": "pages/index/index", "iconPath": "pages/images/index2.png", "selectedIconPath": "pages/images/index1.png" }, { "text": "我的", "pagePath": "pages/me/me", "iconPath": "pages/images/me2.png", "selectedIconPath": "pages/images/me1.png" } ] }, "style": "v2", "sitemapLocation": "sitemap.json", "lazyCodeLoading": "requiredComponents" }