{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页" } }, { "path": "pages/serve/index", "style": { "navigationBarTitleText": "服务" } }, { "path": "pages/shopStore/index", "style": { "navigationBarTitleText": "商城" } }, { "path": "pages/userInfo/index", "style": { "navigationBarTitleText": "个人中心" } }, { "path": "pages/index/buyCar", "style": { "navigationBarTitleText": "燎原云保修" } }, { "path": "pages/index/sellCar", "style": { "navigationBarTitleText": "爱车估价" } }, { "path": "pages/index/buyUsedCar", "style": { "navigationBarTitleText": "买二手车" } }, { "path": "pages/index/screen", "style": { "navigationBarTitleText": "筛选" } }, { "path": "pages/index/newCarDetial", "style": { "navigationBarTitleText": "车辆详情" } }, { "path": "pages/index/oldCarDetial", "style": { "navigationBarTitleText": "车辆详情" } }, { "path": "pages/index/reservationCar", "style": { "navigationBarTitleText": "预约试驾" } }, { "path": "pages/shopStore/detial", "style": { "navigationBarTitleText": "商品详情" } }, { "path": "pages/shopStore/determineOrder", "style": { "navigationBarTitleText": "确认订单" } }, { "path": "pages/shopStore/Address", "style": { "navigationBarTitleText": "添加地址" } }, { "path": "pages/shopStore/saveAddress", "style": { "navigationBarTitleText": "新增收获地址" } }, { "path": "pages/serve/detial", "style": { "navigationBarTitleText": "预约服务" } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录" } }, { "path": "pages/index/newCarDetialInfo", "style": { "navigationBarTitleText": "品牌选车" } }, { "path": "pages/index/basePrice", "style": { "navigationBarTitleText": "询底价" } }, { "path": "pages/index/storeList", "style": { "navigationBarTitleText": "门店列表" } }, { "path": "pages/userInfo/bindCar", "style": { "navigationBarTitleText": "车辆绑定" } }, { "path": "pages/userInfo/orderList", "style": { "navigationBarTitleText": "我的询价单" } }, { "path": "pages/userInfo/maintenance", "style": { "navigationBarTitleText": "预约保养" } }, { "path": "pages/userInfo/TestDrive", "style": { "navigationBarTitleText": "预约试驾" } }, { "path": "pages/index/active", "style": { "navigationBarTitleText": "活动" } }, { "path": "pages/userInfo/bindlog", "style": { "navigationBarTitleText": "绑定记录" } }, { "path": "pages/userInfo/baoxian", "style": { "navigationBarTitleText": "保险咨询" } }, { "path": "pages/userInfo/Vehicle", "style": { "navigationBarTitleText": "订单列表" } }, { "path": "pages/userInfo/replacementlog", "style": { "navigationBarTitleText": "车辆置换" } }, { "path": "pages/userInfo/maintenanceList", "style": { "navigationBarTitleText": "维修记录" } } ], "easycom": { "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" // "^u-(.*)": "@/uview-ui_2.0.36/components/u-$1/u-$1.vue" }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "许润起亚", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#000000", "selectedColor": "#d3393f", "borderStyle": "black", "iconWidth":"60px", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/index/index", "iconPath": "./static/car.png", "selectedIconPath": "./static/selectCar.png", "text": "首页", "selectedText":"首页" }, { "pagePath": "pages/serve/index", "iconPath": "./static/serve.png", "selectedIconPath": "./static/selectServe.png", "text": "服务", "selectedText":"服务" }, { "pagePath": "pages/shopStore/index", "iconPath": "./static/shop.png", "selectedIconPath": "./static/selectShop.png", "text": "商城", "selectedText":"商城" }, { "pagePath": "pages/userInfo/index", "iconPath": "./static/Info.png", "selectedIconPath": "./static/selectInfo.png", "text": "个人中心", "selectedText":"个人中心" } ] }, "uniIdRouter": {} }