123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
-
- {
- "path": "pages/index/index",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/report/complete",
- "style": {
- //"navigationBarTitleText": "完工报告",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/report/working",
- "style": {
- /* "navigationBarTitleText": "施工报告",
- "enablePullDownRefresh": true */
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/user/user",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationBarBackgroundColor": "#D53533",
- "navigationBarTextStyle": "white",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/user/historySpend",
- "style": {
- //"navigationBarTitleText": "历史消费",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/user/historyDetail",
- "style": {
- //"navigationBarTitleText": "消费明细",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/user/checkReport",
- "style": {
- //"navigationBarTitleText": "车检报告",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/user/reportDetail",
- "style": {
- "navigationBarTitleText": "检测报告",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/index/shopList",
- "style": {
- "navigationBarTitleText": "门店列表",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/index/onlineBooking",
- "style": {
- //"navigationBarTitleText": "在线预约",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/index/confirmYuyue",
- "style": {
- "navigationBarTitleText": "确认预约",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/shop/shop",
- "style": {
- "navigationBarTitleText": "商城",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/activity/activity",
- "style": {
- "navigationBarTitleText": "活动",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/user/myBespeak",
- "style": {
- //"navigationBarTitleText": "我的预约",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/user/bespeakDetail",
- "style": {
- //"navigationBarTitleText": "预约详情",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/index/vipCard",
- "style": {
- "navigationBarTitleText": "会员卡",
- "navigationBarBackgroundColor": "#171723",
- "navigationBarTextStyle": "white",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/index/discountCard",
- "style": {
- "navigationBarTitleText": "优惠券",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/shop/goodsDetail",
- "style": {
- "navigationBarTitleText": "商品详情",
- "enablePullDownRefresh": true
- }
- }
- , {
- "path": "pages/index/discountCardDetail",
- "style": {
- "navigationBarTitleText": "优惠券详情",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/user/myOrder/myOrder",
- "style": {
- //"navigationBarTitleText": "我的订单",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/shop/confirm",
- "style": {
- "navigationBarTitleText": "订单确认"
- }
- },
- {
- "path": "pages/shop/ckshopList",
- "style": {
- "navigationBarTitleText": "选择门店"
- }
- }, {
- "path": "pages/user/myOrder/mallOrderDetail",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/user/addCar/addCar",
- "style": {
- "navigationBarTitleText": "添加车辆",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/user/addCar/carModel",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/user/addCar/cailist",
- "style": {
- //"navigationBarTitleText": "我的车库",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- }
- , {
- "path": "pages/index/paint",
- "style": {
- "navigationBarTitleText": "钣金喷漆",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/index/rescue",
- "style": {
- "navigationBarTitleText": "紧急救援"
- }
- },
- {
- "path": "pages/index/maintain",
- "style": {
- "navigationBarTitleText": "保养"
- }
- },
- {
- "path": "pages/index/handbook",
- "style": {
- "navigationBarTitleText": "保养手册",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/index/personalCard",
- "style": {
- "navigationBarTitleText": "个人名片",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/index/paintSure",
- "style": {
- "navigationBarTitleText": "订单确认",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/user/expertServices",
- "style": {
- "navigationBarTitleText": "服务专家",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/index/paintShopList",
- "style": {
- "navigationBarTitleText": "选择门店",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/user/feedBack",
- "style": {
- "navigationBarTitleText": "意见反馈",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/user/myOrder/paintOrderDetail",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/user/myOrder/activityOrderDetail",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/activity/jkDetail",
- "style": {
- //"navigationBarTitleText": "活动详情",
- "navigationStyle": "custom",
- /* "app-plus": { "softinputMode": "adjustPan"}, */
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/index/newCar",
- "style": {
- "navigationBarTitleText": "新车"
- }
- },
- {
- "path": "pages/index/usedCar",
- "style": {
- "navigationBarTitleText": "二手车"
- }
- },
- {
- "path": "pages/index/evaluation",
- "style": {
- "navigationBarTitleText": "爱车估价"
- }
- }, {
- "path": "pages/integral/integral",
- "style": {
- "navigationBarTitleText": "积分商城",
- "enablePullDownRefresh": true,
- "navigationBarBackgroundColor": "#38394E",
- "navigationBarTextStyle": "white"
- // "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/integral/integralgoodsDetail",
- "style": {
- "navigationBarTitleText": "商品详情",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/integral/integralConfirm",
- "style": {
- "navigationBarTitleText": "订单确认"
- }
- },
- {
- "path": "pages/integral/scoreRecord",
- "style": {
- "navigationBarTitleText": "积分记录",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/integral/exchangeRecord",
- "style": {
- "navigationBarTitleText": "兑换记录",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/shop/wp",
- "style": {
- "navigationBarTitleText": "海报",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/integral/recordDetail",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/integral/rule",
- "style": {
- "navigationBarTitleText": "积分规则",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/index/confirmRescue",
- "style": {
- "navigationBarTitleText": "订单确认",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/partner/partner",
- "style": {
- "navigationBarTitleText": "车主合伙人",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/partner/bonus",
- "style": {
- "navigationBarTitleText": "分红记录",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/partner/people",
- "style": {
- "navigationBarTitleText": "下线人脉",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/partner/myQr",
- "style": {
- // "navigationStyle": "custom"
- // "enablePullDownRefresh": true
- "navigationBarTitleText": "我的二维码"
- }
- },
- {
- "path": "pages/referral/referral",
- "style": {
- "navigationBarTitleText": "客户转介绍",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/referral/myConnections",
- "style": {
- "navigationBarTitleText": "我的人脉",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/referral/rebateList",
- "style": {
- "navigationBarTitleText": "返利记录",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/referral/extract",
- "style": {
- "navigationBarTitleText": "提现",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/referral/extractList",
- "style": {
- "navigationBarTitleText": "提现明细",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/referral/referralExplain",
- "style": {
- "navigationBarTitleText": "提现说明"
- //"enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/index/discountDlq",
- "style": {
- "navigationBarTitleText": "优惠券",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/user/reportUni",
- "style": {
- //"navigationBarTitleText": "检测报告",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/user/myAppraise",
- "style": {
- "navigationBarTitleText": "我的评价",
-
- "enablePullDownRefresh": true
- }
-
- },
- {
- "path": "pages/user/myAppraiseDetail",
- "style": {
- "navigationBarTitleText": "查看评价"
-
-
- }
-
- },
- {
- "path": "pages/user/appraise",
- "style": {
- "navigationBarTitleText": "评价"
-
-
- }
-
- }
- ,{
- "path" : "pages/user/ShopAppraiseList",
- "style" :
- {
- "navigationBarTitleText": "评价列表",
- "enablePullDownRefresh": true
- }
-
- },
- {
- "path": "pages/index/aboutUS",
- "style": {
- "navigationBarTitleText": "公司介绍"
-
- }
- },
- {
- "path": "pages/index/receiveCoupon",
- "style": {
- "navigationBarTitleText": "领券中心"
-
- }
- },
- {
- "path": "pages/index/couponShare",
- "style": {
- "navigationBarTitleText": "优惠券详情"
-
- }
- }
- ],
- "subPackages": [{
- "root": "pages/subPack",
- "pages": [{
- "path": "jkDetail",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "vipCard",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "rescueOrder",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "rescueOrderOrderDetail",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },{
- "path": "depositList",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "depositDetail",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },{
- "path": "chooseCity",
- "style": {
- "navigationBarTitleText": "选择城市",
- "enablePullDownRefresh": false
- }
- }
- ]
-
- }],
-
- "tabBar": {
- "color": "#8a8a8a",
- "selectedColor": "#D53533",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "./static/tabimg/index2.png",
- "selectedIconPath": "./static/tabimg/index1.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/shop/shop",
- "iconPath": "./static/tabimg/shop2.png",
- "selectedIconPath": "./static/tabimg/shop1.png",
- "text": "商城"
- },
- {
- "pagePath": "pages/activity/activity",
- "iconPath": "./static/tabimg/activty2.png",
- "selectedIconPath": "./static/tabimg/activity1.png",
- "text": "活动"
- },
- {
- "pagePath": "pages/user/user",
- "iconPath": "./static/tabimg/me2.png",
- "selectedIconPath": "./static/tabimg/me1.png",
- "text": "我的"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|