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