{ "pages": [ "pages/calendar/calendar", "pages/auth/auth", "pages/look/look", "pages/auctionRecord/auctionRecord", "pages/index/index", "pages/calculation/calculation", "pages/ucenter/ucenter", "pages/message/message", "pages/look-list/look-list", "pages/look-detail/look-detail", "pages/history/history", "pages/air-report/air-report", "pages/feasibility-study/feasibility-study", "pages/periodic-report/periodic-report", "pages/special-research/special-research", "pages/land-promotion/land-promotion", "pages/suggestion/suggestion", "pages/about/about", "pages/calculation-detail/calculation-detail", "pages/lookStay-detail/lookStay-detail", "pages/preview/preview" ], "permission": { "scope.userLocation": { "desc": "你的位置信息将用于小程序位置接口的效果展示" } }, "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#fff", "navigationBarTitleText": "Weixin", "navigationBarTextStyle": "black", "navigationStyle": "custom" }, "tabBar": { "custom": true, "color": "#000000", "selectedColor": "#000000", "backgroundColor": "#000000", "list": [ { "pagePath": "pages/calendar/calendar", "text": "日历" }, { "pagePath": "pages/look/look", "text": "看地" }, { "pagePath": "pages/index/index", "text": "首页" }, { "pagePath": "pages/calculation/calculation", "text": "测算" }, { "pagePath": "pages/ucenter/ucenter", "text": "我的" } ] }, "usingComponents": { "mp-navigation-bar": "weui-miniprogram/navigation-bar/navigation-bar", "mp-uploader": "weui-miniprogram/uploader/uploader" }, "style": "v2", "sitemapLocation": "sitemap.json", "useExtendedLib": { "weui": true } }