{ "pages": [ "pages/calendar/calendar", "pages/auth/auth", "pages/look/look", "pages/auctionRecord/auctionRecord", "pages/ucenter/ucenter", "pages/message/message", "pages/look-list/look-list", "pages/look-detail/look-detail", "pages/suggestion/suggestion", "pages/about/about", "pages/lookStay-detail/lookStay-detail", "pages/link/link", "pages/preview-list/preview-list", "pages/disclaimer/disclaimer", "pages/message-detail/message-detail" ], "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/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 } }