| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/index/search/index",
- "style": {
- "navigationBarTitleText": "搜索"
- }
- },
- {
- "path": "pages/index/selectCampus",
- "style": {
- "navigationBarTitleText": "选择地址"
- }
- },
- {
- "path": "pages/index/shopList/index",
- "style": {
- "navigationBarTitleText": "店铺列表"
- }
- },
- {
- "path": "pages/index/shop/index",
- "style": {
- "navigationBarTitleText": "店铺详情"
- }
- },
- {
- "path": "pages/index/shop/im",
- "style": {
- "navigationBarTitleText": "聊天"
- }
- },
- // {
- // "path": "pages/index/shop/liaotian",
- // "style": {
- // "navigationBarTitleText": "聊天室"
- // }
- // },
- {
- "path": "pages/index/shop/goodsDet",
- "style": {
- "navigationBarTitleText": "商品详情"
- }
- },
- {
- "path": "pages/index/shop/payOrder",
- "style": {
- "navigationBarTitleText": "订单支付"
- }
- },
- {
- "path": "pages/index/shop/confirmOrder",
- "style": {
- "navigationBarTitleText": "订单支付"
- }
- },
- {
- "path": "pages/index/shop/pindanDet",
- "style": {
- "navigationBarTitleText": "拼单详情"
- }
- },
- {
- "path": "pages/index/shop/goodsList",
- "style": {
- "navigationBarTitleText": "店铺详情"
- }
- },
-
- {
- "path": "pages/order/index",
- "style": {
- "navigationBarTitleText": "订单",
- "enablePullDownRefresh": true,
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- },
- {
- "path": "pages/order/detail",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- },
- {
- "path": "pages/order/takefood",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- },
- {
- "path": "pages/order/feedback",
- "style": {
- "navigationBarTitleText": "订单评价"
- }
- },
- {
- "path": "pages/order/feedbacks",
- "style": {
- "navigationBarTitleText": "点赞骑手"
- }
- },
- {
- "path": "pages/order/complaint/complaint",
- "style": {
- "navigationBarTitleText": "投诉"
- }
- },
- {
- "path": "pages/order/waimaiMap",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/order/paotuiMap",
- "style": {
- "navigationBarTitleText": "地图"
- }
- },
-
- {
- "path": "pages/my/index",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationBarBackgroundColor": "#FEFBDA"
- }
- },{
- "path": "pages/my/updateNickName",
- "style": {
- "navigationBarTitleText": "修改昵称",
- "navigationBarBackgroundColor": "#FEFBDA"
- }
- },
- {
- "path": "pages/public/login",
- "style": {
- "navigationBarTitleText": "登录"
- }
- }
- ],
- "subPackages": [{
- "root": "my",
- "pages": [{
- "path": "address/index",
- "style": {
- "navigationBarTitleText": "地址管理"
- }
- },
- {
- "path": "address/add",
- "style": {
- "navigationBarTitleText": "添加地址"
- }
- },
- {
- "path": "chat/index",
- "style": {
- "navigationBarTitleText": "聊天室"
- }
- },
- {
- "path": "task/index",
- "style": {
- "navigationBarTitleText": "任务中心"
- }
- },
- {
- "path": "msg/index",
- "style": {
- "navigationBarTitleText": "消息中心"
- }
- },
- {
- "path": "wallet/index",
- "style": {
- "navigationBarTitleText": "我的钱包"
- }
- },
- {
- "path": "wallet/walletDet",
- "style": {
- "navigationBarTitleText": "消费记录"
- }
- },
- {
- "path": "helpList/index",
- "style": {
- "navigationBarTitleText": "帮助中心"
- }
- },
- {
- "path": "helpList/helpDet",
- "style": {
- "navigationBarTitleText": "详情"
- }
- },
- {
- "path": "recruit/index",
- "style": {
- "navigationBarTitleText": "骑手招募"
- }
- },
- {
- "path": "setting/index",
- "style": {
- "navigationBarTitleText": "系统设置"
- }
- },
- {
- "path": "setting/customer",
- "style": {
- "navigationBarTitleText": "联系客服"
- }
- },
- {
- "path": "setting/mimi",
- "style": {
- "navigationBarTitleText": "隐私政策"
- }
- },
- {
- "path": "setting/xieyi",
- "style": {
- "navigationBarTitleText": "用户协议"
- }
- },
- {
- "path": "setting/about",
- "style": {
- "navigationBarTitleText": "关于我们"
- }
- },
- {
- "path": "setting/feedback",
- "style": {
- "navigationBarTitleText": "意见反馈"
- }
- },
- {
- "path": "integral/index",
- "style": {
- "navigationBarTitleText": "积分商城"
- }
- },
- {
- "path": "coupon/index",
- "style": {
- "navigationBarTitleText": "外卖优惠券"
- }
- },
- {
- "path": "integral/record",
- "style": {
- "navigationBarTitleText": "兑换记录"
- }
- },
- {
- "path": "integral/integralDet",
- "style": {
- "navigationBarTitleText": "积分明细"
- }
- },
- {
- "path": "apply/index",
- "style": {
- "navigationBarTitleText": "商家入驻"
- }
- },
- {
- "path": "shoppingCar/index",
- "style": {
- "navigationBarTitleText": "购物车"
- }
- },
- {
- "path": "setting/chat",
- "style": {
- "navigationBarTitleText": "联系客服"
- }
- },
- {
- "path": "hongbao/hongbao",
- "style": {
- "navigationBarTitleText": "跑腿红包"
- }
- },
- {
- "path": "tousu/index",
- "style": {
- "navigationBarTitleText": "我的投诉"
- }
- },{
- "path": "tousu/detail",
- "style": {
- "navigationBarTitleText": "投诉详情"
- }
- },
- {
- "path": "vip/index",
- "style": {
- "navigationBarTitleText": "超级会员"
- }
- }
- ,{
- "path" : "myPingJia/myPingJia",
- "style" :
- {
- "navigationBarTitleText": "我的评价",
- "enablePullDownRefresh": false
- }
-
- }
- ]
- },
- {
- "root": "running",
- "pages": [{
- "path": "index/index",
- "style": {
- "navigationBarTitleText": "同城跑腿"
- }
- },
- {
- "path": "takeaddress/takeaddress",
- "style": {
- "navigationBarTitleText": "填写地址",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "closeaddress/closeaddress",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "Helpsend/Helpsend"
- },
- {
- "path": "Helppay/Helppay",
- "style": {
- "navigationBarTitleText": "帮我购买",
- "enablePullDownRefresh": false
- }
- },
-
- {
- "path": "Cityservice/Cityservice",
- "style": {
- "navigationBarTitleText": "同城服务",
- "enablePullDownRefresh": false
- }
- },
-
- {
- "path": "order/pay/pay",
- "style": {
- "navigationBarTitleText": "订单支付",
- "enablePullDownRefresh": false
- }
- }
-
- ,{
- "path" : "huodong/list",
- "style" :
- {
- "navigationBarTitleText": "精选活动",
- "enablePullDownRefresh": false
- }
-
- }
- ]
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "同城外卖",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#FFFFFF"
- },
- "tabBar": {
- "color": "#999999",
- "selectedColor": "#FF8D1A",
- "backgroundColor": "#FFFFFF",
- "borderStyle": "black",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/tabbar/index.png",
- "selectedIconPath": "static/tabbar/index_.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/order/index",
- "iconPath": "static/tabbar/order.png",
- "selectedIconPath": "static/tabbar/order_.png",
- "text": "订单"
- },
- {
- "pagePath": "pages/my/index",
- "iconPath": "static/tabbar/my.png",
- "selectedIconPath": "static/tabbar/my_.png",
- "text": "我的"
- }
- ]
- }
- }
|