| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path": "pages/order/index",
- "style": {
- "navigationBarTitleText": "订单中心"
- }
- },
- {
- "path": "pages/order/orderDet",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- },
- {
- "path": "pages/order/orderMap",
- "style": {
- "navigationBarTitleText": "骑手位置"
- }
- },
- {
- "path": "pages/my/index",
- "style": {
- "navigationBarTitleText": "我的"
- }
- },
- {
- "path": "pages/my/chat",
- "style": {
- "navigationBarTitleText": "联系客服"
- }
- }, {
- "path": "pages/my/liaotian",
- "style": {
- "navigationBarTitleText": "聊天中心"
- }
- },
- {
- "path": "pages/my/im",
- "style": {
- "navigationBarTitleText": "聊天室"
- }
- },
- {
- "path": "pages/my/earnings",
- "style": {
- "navigationBarTitleText": "收益统计"
- }
- },
- {
- "path": "pages/my/comments",
- "style": {
- "navigationBarTitleText": "投诉"
- }
- },
- {
- "path": "pages/my/userinfo",
- "style": {
- "navigationBarTitleText": "用户信息"
- }
- }, {
- "path": "pages/my/pwd",
- "style": {
- "navigationBarTitleText": "修改密码"
- }
- }, {
- "path": "pages/my/forgetPwd",
- "style": {
- "navigationBarTitleText": "忘记密码"
- }
- }, {
- "path": "pages/my/phoneSettled",
- "style": {
- "navigationBarTitleText": "商户信息修改"
- }
- },
- {
- "path": "pages/my/loginphone",
- "style": {
- "navigationBarTitleText": "登录"
- }
- }
- ],
- "subPackages": [{
- "root": "my",
- "pages": [{
- "path": "publish/index",
- "style": {
- "navigationBarTitleText": "商家入驻"
- }
- }, {
- "path": "publish/guigeitem",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "商品属性",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "store/index",
- "style": {
- "navigationBarTitleText": "店铺管理"
- }
- }, {
- "path": "store/addgood",
- "style": {
- "navigationBarTitleText": "商品管理"
- }
- }, {
- "path": "store/pingjia",
- "style": {
- "navigationBarTitleText": "店铺评价"
- }
- }, {
- "path": "publish/goods",
- "style": {
- "navigationBarTitleText": "商品发布"
- }
- }, {
- "path": "store/goodDetail",
- "style": {
- "navigationBarTitleText": "商品详情"
- }
- }, {
- "path": "store/guige",
- "style": {
- "navigationBarTitleText": "商品规格"
- }
- }, {
- "path": "store/fenlei",
- "style": {
- "navigationBarTitleText": "分类管理"
- }
- }, {
- "path": "store/editor",
- "style": {
- "navigationBarTitleText": "规格编辑"
- }
- }, {
- "path": "other/money",
- "style": {
- "navigationBarTitleText": "保证金"
- }
- }, {
- "path": "other/detail",
- "style": {
- "navigationBarTitleText": "投诉详情"
- }
- },{
- "path": "other/set",
- "style": {
- "navigationBarTitleText": "系统设置"
- }
- }, {
- "path": "other/xieyi",
- "style": {
- "navigationBarTitleText": "用户协议"
- }
- }, {
- "path": "other/mimi",
- "style": {
- "navigationBarTitleText": "隐私政策"
- }
- }, {
- "path": "other/help",
- "style": {
- "navigationBarTitleText": "帮助中心"
- }
- }, {
- "path": "other/helpDet",
- "style": {
- "navigationBarTitleText": "帮助中心"
- }
- }, {
- "path": "other/tousu",
- "style": {
- "navigationBarTitleText": "我的投诉"
- }
- }, {
- "path": "other/moneylist",
- "style": {
- "navigationBarTitleText": "保证金明细"
- }
- }, {
- "path": "other/customer",
- "style": {
- "navigationBarTitleText": "联系客服"
- }
- }, {
- "path": "other/about",
- "style": {
- "navigationBarTitleText": "关于我们"
- }
- }, {
- "path": "feedback/index",
- "style": {
- "navigationBarTitleText": "意见反馈"
- }
- }, {
- "path": "other/wallet",
- "style": {
- "navigationBarTitleText": "我的钱包"
- }
- }, {
- "path": "other/zhifubao",
- "style": {
- "navigationBarTitleText": "提现账号"
- }
- }, {
- "path": "other/cashList",
- "style": {
- "navigationBarTitleText": "钱包明细",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "other/moneydetail",
- "style": {
- "navigationBarTitleText": "提现记录"
- }
- }, {
- "path": "other/cashDetail",
- "style": {
- "navigationBarTitleText": "提现"
- }
- }
- ,{
- "path" : "store/huodong",
- "style" :
- {
- "navigationBarTitleText": "精选活动",
- "enablePullDownRefresh": true
- }
-
- }
- ,{
- "path" : "store/hdInfo",
- "style" :
- {
- "navigationBarTitleText": "活动详情",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "yhq/yhq",
- "style" :
- {
- "navigationBarTitleText": "店铺优惠券",
- "enablePullDownRefresh": true
- }
-
- }
- ,{
- "path" : "yhq/add",
- "style" :
- {
- "navigationBarTitleText": "添加优惠券",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "yhq/edit",
- "style" :
- {
- "navigationBarTitleText": "修改优惠券",
- "enablePullDownRefresh": false
- }
-
- }
- ]
- }],
- "tabBar": {
- "color": "#666666",
- "selectedColor": "#FF8D1A",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/images/tabbar/index.png",
- "selectedIconPath": "static/images/tabbar/index_.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/order/index",
- "iconPath": "static/images/tabbar/order.png",
- "selectedIconPath": "static/images/tabbar/order_.png",
- "text": "订单"
- },
- {
- "pagePath": "pages/my/index",
- "iconPath": "static/images/tabbar/my.png",
- "selectedIconPath": "static/images/tabbar/my_.png",
- "text": "我的"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "同城外卖",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#FFFFFF"
- }
- }
|