123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635 |
- {
- "tabBar": {
- "custom": false,
- "color": "#656765",
- "selectedColor": "#F5BA3C",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/goodSource/index",
- "iconPath": "static/images/common/huoyuan@2x(1).png",
- "selectedIconPath": "static/images/common/huoyuan@2x.png",
- "text": "货源"
- },
- {
- "pagePath": "pages/cargoTerminal/cargoTerminal",
- "iconPath": "static/images/common/zhaoche.png",
- "selectedIconPath": "static/images/common/zhaoche_check.png",
- "text": "货站"
- },
- {
- "pagePath": "pages/order/index",
- "iconPath": "static/images/common/dingdan@2x(1).png",
- "selectedIconPath": "static/images/common/dingdan@2x.png",
- "text": "订单"
- },
- {
- "pagePath": "pages/news/index",
- "iconPath": "static/images/common/mesicon@2x.png",
- "selectedIconPath": "static/images/common/xiaoxi@2x.png",
- "text": "消息"
- },
- {
- "pagePath": "pages/mine/index",
- "iconPath": "static/images/common/iconmy@2x.png",
- "selectedIconPath": "static/images/common/my@2x.png",
- "text": "我的"
- }
- ]
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/goodSource/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/riders/index",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/order/index",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/news/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- }, {
- "path": "pages/news/newsSee",
- "style": {
- "navigationBarTitleText": "系统消息",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/mine/index",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/mine/index1",
- "style": {
- "navigationBarTitleText": "测试定位",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/public/login",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/public/code",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/public/register",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/goodSource/shippingDetails",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/goodSource/cargoOwnerSee",
- "style": {
- "navigationBarTitleText": "货主详情",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "white",
- "app-plus": {
- "titleNView": {
- "buttons": [{
- "text": "\ue7c3",
- "fontSrc": "/static/addfleet/iconfont.ttf",
- "fontSize": "22"
- // "redDot": "true"
- }]
- }
- }
- }
- },
- {
- "path": "pages/order/cargoOwnerSee",
- "style": {
- "navigationBarTitleText": "货主详情",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "white",
- "app-plus": {
- "titleNView": {
- "buttons": [{
- "text": "\ue7c3",
- "fontSrc": "/static/addfleet/iconfont.ttf",
- "fontSize": "22"
- // "redDot": "true"
- }]
- }
- }
- }
- },
- {
- "path": "pages/riders/myTeam",
- "style": {
- "navigationBarTitleText": "我的车队",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "white",
- "app-plus": {
- "titleNView": {
- "buttons": [{
- "text": "\ue622",
- "fontSrc": "/static/addfleet/iconfont.ttf",
- "fontSize": "22"
- // "redDot": "true"
- }]
- }
- }
- }
- },
- {
- "path": "pages/riders/inTeam",
- "style": {
- "navigationBarTitleText": "入队申请",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/riders/report",
- "style": {
- "navigationBarTitleText": "举报",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/riders/checkPage",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/riders/test",
- "style": {
- "navigationBarTitleText": "测试",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/sale/webview",
- "style": {
- // #ifdef MP
- "enablePullDownRefresh": true,
- "navigationBarTitleText": ""
- // #endif
- }
- },
- {
- "path": "pages/riders/notice",
- "style": {
- "navigationBarTitleText": "公告",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "white",
- "app-plus": {
- "titleNView": {
- "buttons": [{
- "text": "保存",
- "fontSrc": "/static/addfleet/iconfont.ttf",
- "fontSize": "30rpx",
- "color": "#F5BA3C",
- "width": "80rpx",
- "textAlign": "left",
- "fontWeight": "600"
- }]
- }
- }
- }
- }, {
- "path": "pages/riders/noticeSee",
- "style": {
- "navigationBarTitleText": "公告详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/riders/fleetMember",
- "style": {
- "navigationBarTitleText": "车队成员",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/riders/fleetSee",
- "style": {
- "navigationBarTitleText": "车队详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/mine/often/oftenRoute",
- "style": {
- "navigationBarTitleText": "常用路线",
- "enablePullDownRefresh": false
- // "navigationBarBackgroundColor": "white",
- // "app-plus": {
- // "titleNView": {
- // "buttons": [{
- // "text": "",
- // "fontSrc": "/static/addfleet/iconfont.ttf",
- // "fontSize": "22"
- // }]
- // }
- // }
- }
- },
- {
- "path": "pages/riders/addFleet",
- "style": {
- "navigationBarTitleText": "创建车队",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "white",
- "app-plus": {
- "titleNView": {
- "buttons": [{
- "text": "提交",
- "fontSrc": "/static/addfleet/iconfont.ttf",
- "fontSize": "28rpx",
- "color": "#F5BA3C",
- "width": "80rpx",
- "textAlign": "left"
- }]
- }
- }
- }
- }, {
- "path": "pages/riders/setMember",
- "style": {
- "navigationBarTitleText": "删除成员",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "white",
- "app-plus": {
- "titleNView": {
- "buttons": [{
- "text": "完成",
- "fontSrc": "/static/addfleet/iconfont.ttf",
- "fontSize": "28rpx",
- "color": "#F5BA3C",
- "width": "80rpx",
- "textAlign": "left"
- }]
- }
- }
- }
- }, {
- "path": "pages/riders/fleetInvitation",
- "style": {
- "navigationBarTitleText": "车队邀请",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/order/orderDetails",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- }, {
- "path": "pages/order/confirmLoading",
- "style": {
- "navigationBarTitleText": "确认装车",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/order/evaluateList",
- "style": {
- "navigationBarTitleText": "评价记录",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/order/confirmUnloading",
- "style": {
- "navigationBarTitleText": "确认卸车",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/mine/driverCertification",
- "style": {
- "navigationBarTitleText": "司机认证",
- "navigationBarBackgroundColor": "#F5BA3C",
- "navigationBarTextStyle": "white"
- }
- }, {
- "path": "pages/mine/driverCertificationNext",
- "style": {
- "navigationBarTitleText": "司机认证",
- "navigationBarBackgroundColor": "#F5BA3C",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/mine/editDriverCertification",
- "style": {
- "navigationBarTitleText": "司机认证",
- "navigationBarBackgroundColor": "#F5BA3C",
- "navigationBarTextStyle": "white"
- }
- }, {
- "path": "pages/mine/editDriverCertificationNext",
- "style": {
- "navigationBarTitleText": "司机认证",
- "navigationBarBackgroundColor": "#F5BA3C",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/mine/often/addRoute",
- "style": {
- "navigationBarTitleText": "添加路线",
- "navigationBarBackgroundColor": "#F5BA3C",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/mine/helpDescription",
- "style": {
- "navigationBarTitleText": "操作流程",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/mine/manageVehicles/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "管理车辆",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "white"
- }
- }, {
- "path": "pages/mine/manageVehicles/addVehicle",
- "style": {
- "navigationBarTitleText": "添加车辆",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/mine/manageVehicles/editVehicle",
- "style": {
- "navigationBarTitleText": "修改车辆",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/mine/manageBankCards/index",
- "style": {
- "navigationBarTitleText": "银行卡",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "white"
- }
- }, {
- "path": "pages/mine/manageBankCards/addBankCard",
- "style": {
- "navigationBarTitleText": "添加银行卡",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/mine/manageBankCards/editBankCard",
- "style": {
- "navigationBarTitleText": "修改银行卡",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/mine/fleet/bindingCarCaptain",
- "style": {
- "navigationBarTitleText": "绑定车队长",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/mine/fleet/addBinding",
- "style": {
- "navigationBarTitleText": "绑定",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/mine/fleet/fleetManage",
- "style": {
- "navigationBarTitleText": "管理车队",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "white",
- "app-plus": {
- "titleNView": {
- "buttons": [{
- "text": "账单",
- "fontSrc": "/static/addfleet/iconfont.ttf",
- "fontSize": "16",
- "textAlign": "left"
- // "redDot": "true"
- }]
- }
- }
- }
- }, {
- "path": "pages/mine/fleet/fleetBill",
- "style": {
- "navigationBarTitleText": "账单",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/mine/fleet/carCaptainAuthentication",
- "style": {
- "navigationBarTitleText": "车队长认证",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/mine/set",
- "style": {
- "navigationBarTitleText": "设置",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "white"
- }
- },
- {
- "path": "pages/mine/evaluate",
- "style": {
- "navigationBarTitleText": "评价",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "white"
- }
- }, {
- "path": "pages/goodSource/map",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- }, {
- "path": "pages/goodSource/selectCity",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/mine/settings/editAvatar",
- "style": {
- "navigationBarTitleText": "修改头像",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/mine/settings/editPhone",
- "style": {
- "navigationBarTitleText": "修改账号",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/mine/settings/editPassword",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/mine/settings/feedback",
- "style": {
- "navigationBarTitleText": "意见反馈",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/public/loginOther",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/order/signContract",
- "style": {
- "navigationBarTitleText": "签订合同",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/order/bankCard",
- "style": {
- "navigationBarTitleText": "选择银行卡",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/goodSource/jb",
- "style": {
- "navigationBarTitleText": "举报",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/goodSource/fk",
- "style": {
- "navigationBarTitleText": "投诉",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/order/addEvaluation",
- "style": {
- "navigationBarTitleText": "评价",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": {
- "buttons": [{
- "text": "提交",
- "fontSize": "14",
- "color": "#007AFF"
- }]
- }
- }
- }
- }, {
- "path": "pages/mine/fankui",
- "style": {
- "navigationBarTitleText": "意见反馈",
- "enablePullDownRefresh": false
- }
- }
- ,{
- "path" : "pages/cargoTerminal/cargoTerminal",
- "style" :
- {
- "navigationBarTitleText": "货站",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
-
- },
- {
- "path" : "pages/cargoTerminal/hzSelectCity",
- "style" :
- {
- "navigationBarTitleText": "货站",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
-
- },
- {
- "path" : "pages/cargoTerminal/cargoTerminalDetail",
- "style" :
- {
- "navigationBarTitleText": "发货详情",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
- }
|