{ "pages": [ { "path": "pages/index/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/tables/index", "style": { "navigationBarTitleText": "选择桌台" } }, { "path": "pages/goods/index", "style": {} }, { "path": "pages/store/index", "style": { "navigationBarTitleText": "选择门店" } }, { "path": "pages/take-coupons/index", "style": { "navigationBarTitleText": "领券" } }, { "path": "pages/login/index/index", "style": { "disableScroll": true } }, { "path": "pages/login/wechat/index", "style": {} }, { "path": "pages/login/phone/index", "style": {} }, { "path": "pages/create-order/index", "style": { "navigationBarTitleText": "提交订单" } }, { "path": "pages/pay-order/index", "style": { "navigationBarTitleText": "支付订单" } }, { "path": "pages/pay-success/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/user/order/list/index", "style": { "navigationBarTitleText": "订单", "enablePullDownRefresh": true } }, { "path": "pages/user/order/detail/index", "style": { "navigationBarTitleText": "订单详情" } }, { "path": "pages/user/index/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/user/coupons/index", "style": { "navigationBarTitleText": "优惠券" } }, { "path": "pages/user/cash/index", "style": { "navigationBarTitleText": "余额" } }, { "path": "pages/user/cashlog/index", "style": { "navigationBarTitleText": "充值记录" } }, { "path": "pages/user/info/index", "style": { "navigationBarTitleText": "编辑个人资料" } }, { "path": "pages/member-level/index", "style": { "navigationBarTitleText": "会员等级说明" } }, { "path": "pages/user/address/list/index", "style": { "navigationBarTitleText": "收货地址" } }, { "path": "pages/user/address/detail/index", "style": { "navigationBarTitleText": "添加地址" } }, { "path": "pages/feedback/index", "style": { "navigationBarTitleText": "意见反馈" } }, { "path": "pages/joinus/index", "style": { "navigationBarTitleText": "加盟" } }, { "path": "pages/shopRole/info/index", "style": { "navigationBarBackgroundColor": "#295C56", "navigationBarTitleText": "商家中心", "navigationBarTextStyle": "white" } }, { "path": "pages/shopRole/order/index", "style": { "navigationBarTitleText": "门店订单" } }, { "path": "pages/shopRole/cashout/index", "style": { "navigationBarTitleText": "提现", "navigationBarBackgroundColor": "#295C56", "navigationBarTextStyle": "white" } }, { "path": "pages/shopRole/cashoutlog/index", "style": { "navigationBarTitleText": "提现记录" } }, { "path": "pages/shopRole/usedcoupons/index", "style": {} }, { "path": "pages/shopcart/index", "style": { "navigationBarTitleText": "购物车" } }, { "path": "pages/user/vipcard/index", "style": { "navigationBarTitleText": "会员" } }, { "path": "pages/singlepage/index", "style": {} }, { "path": "pages/shopRole/businesstime/list/index", "style": { "navigationBarTitleText": "设置门店时间" } }, { "path": "pages/shopRole/businesstime/detail/index", "style": { "navigationBarTitleText": "设置门店时间" } }, { "path": "pages/staff/login/index", "style": { "navigationBarTitleText": "登录" } }, { "path": "pages/staff/order/index", "style": {} }, { "path": "pages/staff/password/index", "style": { "navigationBarTitleText": "修改密码" } } ], "sitemapLocation": "sitemap.json", "tabBar": { "custom": false, "color": "#000000", "selectedColor": "#1F524D", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/index/index", "text": "首页", "iconPath": "static/statics/img/nav/home.png", "selectedIconPath": "static/statics/img/nav/home-act.png" }, { "pagePath": "pages/user/order/list/index", "text": "订单", "iconPath": "static/statics/img/nav/myorder.png", "selectedIconPath": "static/statics/img/nav/myorder-act.png" }, { "pagePath": "pages/user/index/index", "text": "我的", "iconPath": "static/statics/img/nav/mine.png", "selectedIconPath": "static/statics/img/nav/mine-act.png" } ] }, "permission": { "scope.userLocation": { "desc": "您的位置信息将用于小程序位置接口的效果展示" } }, "easycom": { "autoscan": true, "custom": { "com-header": "@/components/header/index" } }, "globalStyle": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#fff", "navigationBarTitleText": "羊汤馆", "navigationBarTextStyle": "black" }, "subPackages": [] }