123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/home/index",
- "style" :
- {
- "navigationBarTitleText": "优1优5",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/shop/CarsClass/index",
- "style" :
- {
- "navigationBarTitleText": "买车",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/shop/LeaseCarClass/index",
- "style" :
- {
- "navigationBarTitleText": "租车",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/shop/ShoppingMall/index",
- "style" :
- {
- "navigationBarTitleText": "商城",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/user/User/index",
- "style" :
- {
- "navigationBarTitleText": "我的",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/preCarWash/index",
- "style" :
- {
- "navigationBarTitleText": "预约洗车",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF",
- "disableSwipeBack": true,
- "app-plus": {
- "popGesture": "none"
- }
- }
- },
- {
- "path": "pages/userMeal/index",
- "style" :
- {
- "navigationBarTitleText": "我的套餐",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF",
- "disableSwipeBack": true,
- "app-plus": {
- "popGesture": "none"
- }
- }
- },
- {
- "path": "pages/userMeal/userMealDetail/index",
- "style" :
- {
- "navigationBarTitleText": "我的套餐详情",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/maintenance/index",
- "style" :
- {
- "navigationBarTitleText": "维修保养",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF",
- "disableSwipeBack": true,
- "app-plus": {
- "popGesture": "none"
- }
- }
- },
- {
- "path": "pages/maintenance/maintainOrder/flow/index",
- "style" :
- {
- "navigationBarTitleText": "流程细明",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/maintenance/maintainOrder/index",
- "style" :
- {
- "navigationBarTitleText": "维修保养订单",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF",
- "disableSwipeBack": true,
- "app-plus": {
- "popGesture": "none"
- }
- }
- },
- {
- "path": "pages/maintenance/maintainOrder/orderDetail/index",
- "style" :
- {
- "navigationBarTitleText": "订单详情",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "white",
- "navigationStyle":"custom",
- "app-plus":{
- "titleNView":false
- }
- }
- },
- {
- "path": "pages/maintenance/maintainOrder/deliveryOfVehicle/index",
- "style" :
- {
- "navigationBarTitleText": "提车确认",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/preCarWash/chooseTime/index",
- "style" :
- {
- "navigationBarTitleText": "选择预约时间",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/preCarWash/chooseShop/index",
- "style" :
- {
- "navigationBarTitleText": "选择门店",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/preCarWash/chooseCar/index",
- "style" :
- {
- "navigationBarTitleText": "选择车辆",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/preCarWash/setMeal/index",
- "style" :
- {
- "navigationBarTitleText": "选择套餐",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/preCarWash/washOrder/index",
- "style" :
- {
- "navigationBarTitleText": "洗车订单",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF",
- "disableSwipeBack": true,
- "app-plus": {
- "popGesture": "none"
- }
- }
- },
- {
- "path": "pages/preCarWash/washOrder/serviceEvaluation/index",
- "style" :
- {
- "navigationBarTitleText": "服务评价",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/preCarWash/washOrder/orderDetail/index",
- "style" :
- {
- "navigationBarTitleText": "订单详情",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "white",
- "navigationStyle":"custom",
- "app-plus":{
- "titleNView":false
- }
- }
- },
- {
- "path": "pages/maintenance/onlineReservation/index",
- "style" :
- {
- "navigationBarTitleText": "在线预约",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/maintenance/servicesAvailable/index",
- "style" :
- {
- "navigationBarTitleText": "服务项目",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/maintenance/evaluate/index",
- "style" :
- {
- "navigationBarTitleText": "维修估价",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/maintenance/evaluate/history/index",
- "style" :
- {
- "navigationBarTitleText": "历史估价记录",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/maintenance/evaluate/history/detail",
- "style" :
- {
- "navigationBarTitleText": "评估详情",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/maintenance/setMeal/index",
- "style" :
- {
- "navigationBarTitleText": "套餐服务",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/maintenance/setMeal/buySetMeal/index",
- "style" :
- {
- "navigationBarTitleText": "购买套餐",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/maintenance/setMeal/setMealDetail/index",
- "style" :
- {
- "navigationBarTitleText": "套餐详情",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF",
- "disableSwipeBack": true
- }
- },
- {
- "path": "pages/shop/shopDetail/index",
- "style" :
- {
- "navigationBarTitleText": "店铺详情",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "white",
- "navigationStyle":"custom",
- "app-plus":{
- "titleNView":false
- }
- }
- },
- {
- "path": "pages/shop/shopDetail/shopPhotoAlbum/index",
- "style" :
- {
- "navigationBarTitleText": "门店相册",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- }
- ,{
- "path" : "pages/maintenance/expensesList/expensesList",
- "style" :
- {
- "navigationBarTitleText": "费用清单",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF",
- "app-plus": {
- "popGesture": "none"
- }
- }
-
- }
- ,{
- "path" : "pages/shop/shopDetail/ShopInclude/ShopInclude",
- "style" :
- {
- "navigationBarTitleText": "店铺介绍",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/maintenance/agreement/agreement",
- "style" :
- {
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
-
- }
- ,{
- "path" : "pages/shop/navigation/navigation",
- "style" :
- {
- "navigationBarTitleText": "店铺导航",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/shop/cashierDesk/cashierDesk",
- "style" :
- {
- "navigationBarTitleText": "收银台",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "enablePullDownRefresh":false
- },
- "tabBar": {
- "color": "#666666",
- "selectedColor": "#333333",
- "borderStyle": "black",
- "backgroundColor": "#FFFFFF",
- "height": "50px",
- "fontSize": "10px",
- "iconWidth": "24px",
- "spacing": "3px",
- "list": [{
- "pagePath": "pages/home/index",
- "text": "首页"
- },
- {
- "pagePath": "pages/shop/CarsClass/index",
- "text": "买车"
- },
- {
- "pagePath": "pages/shop/LeaseCarClass/index",
- "text": "租车"
- },
- {
- "pagePath": "pages/shop/ShoppingMall/index",
- "text": "商城"
- },
- {
- "pagePath": "pages/user/User/index",
- "text": "我的"
- }
- ]
- }
- }
|