{ "pages":[ "pages/index/index", "pages/comments/comments", "pages/commentinfo/commentinfo", "pages/product/product", "pages/person/person", "pages/personinfo/personinfo", "pages/order/order", "pages/appointment/appointment", "pages/personorder/personorder", "pages/shopinfo/shopinfo", "pages/shop/shop", "pages/prompt/prompt" ], "window":{ "navigationBarBackgroundColor": "#fff", "navigationBarTextStyle": "black", "navigationBarTitleText": "首页", "backgroundColor": "#fff", "backgroundTextStyle": "light" }, "tabBar": { "color": "#444", "selectedColor": "#1296db", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/index/index", "text": "首页", "iconPath": "images/icons/index.png", "selectedIconPath": "images/icons/index-active.png" }, { "pagePath": "pages/personorder/personorder", "text": "订单", "iconPath": "images/icons/order.png", "selectedIconPath": "images/icons/order-active.png" }, { "pagePath": "pages/person/person", "text": "我的", "iconPath": "images/icons/person.png", "selectedIconPath": "images/icons/person-active.png" }] }, "style": "v2", "sitemapLocation": "sitemap.json", "permission": { "scope.userLocation": { "desc": "你的位置信息将用于小程序位置接口的效果展示" } } }