| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443 |
- {
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": ""
- }
- },
-
- {
- "path" : "pages/menu/menu",
- "style" :
- {
- "navigationBarTitleText": "点餐",
- "enablePullDownRefresh": true
- }
-
- }
- ,{
- "path" : "pages/order/order",
- "style" :
- {
- "navigationBarTitleText": "订单",
- "enablePullDownRefresh": true
- }
-
- }
- ,{
- "path" : "pages/mine/mine",
- "style" :
- {
- "navigationBarTitleText": "我的",
- "enablePullDownRefresh": true
- }
-
- }
- // ,{
- // "path" : "pages/cart/cart",
- // "style" :
- // {
- // "navigationBarTitleText": "购物车",
- // "enablePullDownRefresh": false
- // }
-
- // }
-
- ],
- "subPackages": [{
- "root": "pages/components",
- "pages": [ {
- "path": "pages/mine/content",
- "style": {
- "navigationBarTitleText": "内容",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#ffffff"
- }
- },
- {
- "path": "pages/mine/news",
- "style": {
- "navigationBarTitleText": "新闻详情",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#ffffff"
- }
-
- },
- {
- "path": "pages/pay/pay",
- "style": {
- "navigationBarTitleText": "支付",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#ffffff"
- }
- },
- {
- "path": "pages/pay/alipay",
- "style": {
- "navigationBarTitleText": "支付宝支付",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#ffffff"
- }
- },
- {
- "path": "pages/remark/remark",
- "style": {
- "navigationBarTitleText": "备注",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#ffffff"
- }
- }, {
- "path": "pages/packages/index",
- "style": {
- "navigationBarTitleText": "可用优惠券",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#ffffff",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#ffffff"
- }
- },
- {
- "path": "pages/login/logout",
- "style": {
- "navigationBarTitleText": "退出登录"
- }
- },
- {
- "path": "pages/address/address",
- "style": {
- "navigationBarTitleText": "我的地址",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#ffffff"
- }
- }, {
- "path": "pages/address/add",
- "style": {
- "navigationBarTitleText": "添加地址",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#ffffff"
- }
- }, {
- "path": "pages/orders/orders",
- "style": {
- "navigationBarTitleText": "历史订单",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#ffffff",
- "enablePullDownRefresh": true,
- "onReachBottomDistance": 50
- }
- }, {
- "path": "pages/orders/detail",
- "style": {
- "navigationBarTitleText": "订单详情",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#ffffff"
- }
- }, {
- "path": "pages/coupons/coupons",
- "style": {
- "enablePullDownRefresh": true,
- "navigationBarTitleText": "我的卡券",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#ffffff"
- }
- }, {
- "path": "pages/mine/userinfo",
- "style": {
- "navigationBarTitleText": "用户信息",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#ffffff"
- }
- },
- {
- "path": "pages/shop/shop",
- "style": {
- "navigationBarTitleText": "店铺",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#ffffff"
- }
- }, {
- "path": "pages/balance/bill",
- "style": {
- "navigationBarTitleText": "账单",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#ffffff"
- }
- },{
- "path": "pages/balance/balance",
- "style": {
- "navigationBarTitleText": "会员储值",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#ffffff"
- }
- }
- ,{
- "path" : "pages/orders/refund",
- "style" :
- {
- "navigationBarTitleText": "退款",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path": "pages/scoreproduct/list",
- "style": {
- "navigationBarTitleText": "积分商城",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/scoreproduct/detail",
- "style": {
- "navigationBarTitleText": "产品详情",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/scoreproduct/order",
- "style": {
- "navigationBarTitleText": "订单列表",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/scoreproduct/orderDetail",
- "style": {
- "navigationBarTitleText": "订单详情",
- "enablePullDownRefresh": true
- }
- }
- ,{
- "path" : "pages/scoreproduct/confirm",
- "style" :
- {
- "navigationBarTitleText": "确认",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/scan/scan",
- "style" :
- {
- "navigationBarTitleText": "扫码点餐",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/vip/detail",
- "style" :
- {
- "navigationBarTitleText": "会员卡详情",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path" : "pages/vip/vip",
- "style" :
- {
- "navigationBarTitleText": "会员卡列表",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path" : "pages/menudetail/menudetail",
- "style" :
- {
- "navigationBarTitleText": "详情",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path" : "pages/merchant/index",
- "style" :
- {
- "navigationBarTitleText": "商家中心",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path" : "pages/merchant/order",
- "style" :
- {
- "navigationBarTitleText": "订单列表",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path" : "pages/merchant/cash",
- "style" :
- {
- "navigationBarTitleText": "提现",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path" : "pages/merchant/addCard",
- "style" :
- {
- "navigationBarTitleText": "添加银行卡",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path" : "pages/merchant/wallet",
- "style" :
- {
- "navigationBarTitleText": "我的钱包",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path" : "pages/merchant/orderDetail",
- "style" :
- {
- "navigationBarTitleText": "我的钱包",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path" : "pages/merchant/my",
- "style" :
- {
- "navigationBarTitleText": "我的",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path" : "pages/merchant/shopInfo",
- "style" :
- {
- "navigationBarTitleText": "店铺资料",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path" : "pages/merchant/cashAccount",
- "style" :
- {
- "navigationBarTitleText": "提现账号",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path" : "pages/merchant/withdrawal",
- "style" :
- {
- "navigationBarTitleText": "提现明细",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path" : "pages/merchant/bell",
- "style" :
- {
- "navigationBarTitleText": "桌台",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/due/index",
- "style" :
- {
- "navigationBarTitleText": "预约",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path" : "pages/due/detail",
- "style" :
- {
- "navigationBarTitleText": "预约详情",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path" : "pages/due/orders",
- "style" :
- {
- "navigationBarTitleText": "预约订单",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path" : "pages/cart/cart",
- "style" :
- {
- "navigationBarTitleText": "购物车",
- "enablePullDownRefresh": false
- }
-
- }
- ]
- }],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": " ",
- "navigationBarBackgroundColor": "#ffffff",
- "backgroundColor": "#ffffff",
- "navigationStyle": "custom"
- },
- "tabBar": {
- "color": "#919293",
- "selectedColor": "#000",
- "backgroundColor": "#fff",
- "borderStyle": "black",
- "list": [{
- "pagePath": "pages/index/index",
- "text": "首页",
- "iconPath": "static/images/tabBar/index.png",
- "selectedIconPath": "static/images/tabBar/index_selected.png"
- },
- {
- "pagePath": "pages/menu/menu",
- "text": "点餐",
- "iconPath": "static/images/tabBar/drink.png",
- "selectedIconPath": "static/images/tabBar/drink-selected.png"
- }
- // {
- // "pagePath": "pages/cart/cart",
- // "text": "购物车",
- // "iconPath": "static/images/tabBar/cart.png",
- // "selectedIconPath": "static/images/tabBar/cart-selected.png"
- // }
- ,{
- "pagePath": "pages/order/order",
- "text": "订单",
- "iconPath": "static/images/tabBar/order.png",
- "selectedIconPath": "static/images/tabBar/order-selected.png"
- }, {
- "pagePath": "pages/mine/mine",
- "text": "我的",
- "iconPath": "static/images/tabBar/mine.png",
- "selectedIconPath": "static/images/tabBar/mine_selected.png"
- }
- ]
- },
- "uniIdRouter": {}
- }
|