81 lines
2.9 KiB
JavaScript
81 lines
2.9 KiB
JavaScript
export const repairTabList = [
|
|
{
|
|
text: '维修',
|
|
iconPath: '../../../static/images/repair/tabbar/repair.png',
|
|
activeIconPath: '../../../static/images/repair/tabbar/repair_active.png',
|
|
path: '/pages/repair/tabbar/repair'
|
|
}, {
|
|
text: '配件',
|
|
iconPath: '../../../static/images/repair/tabbar/accessory.png',
|
|
activeIconPath: '../../../static/images/repair/tabbar/accessory_active.png',
|
|
path: '/pages/repair/tabbar/accessory'
|
|
}, {
|
|
text: '采购',
|
|
iconPath: '../../../static/images/repair/tabbar/procure.png',
|
|
activeIconPath: '../../../static/images/repair/tabbar/procure_active.png',
|
|
path: '/pages/repair/tabbar/procure'
|
|
}, {
|
|
text: '我的',
|
|
iconPath: '../../../static/images/repair/tabbar/mine.png',
|
|
activeIconPath: '../../../static/images/repair/tabbar/mine_active.png',
|
|
path: '/pages/repair/tabbar/mine'
|
|
}
|
|
]
|
|
export const carShopList = [
|
|
{
|
|
text: '社区',
|
|
iconPath: '../../../static/images/carshop/tabbar/community.png',
|
|
activeIconPath: '../../../static/images/carshop/tabbar/community_active.png',
|
|
path: '/pages/carShop/community/community'
|
|
}, {
|
|
text: '订单',
|
|
iconPath: '../../../static/images/carshop/tabbar/order.png',
|
|
activeIconPath: '../../../static/images/carshop/tabbar/order_active.png',
|
|
path: '/pages/carShop/order/order'
|
|
}, {
|
|
text: '维修',
|
|
iconPath: '../../../static/images/carshop/tabbar/maintainOrder.png',
|
|
activeIconPath: '../../../static/images/carshop/tabbar/maintainOrder_active.png',
|
|
path: '/pages/carShop/maintain_order/maintain_order'
|
|
}, {
|
|
text: '消息',
|
|
iconPath: '../../../static/images/carshop/tabbar/message.png',
|
|
activeIconPath: '../../../static/images/carshop/tabbar/message_active.png',
|
|
path: '/pages/carShop/message/message'
|
|
}, {
|
|
text: '我的',
|
|
iconPath: '../../../static/images/carshop/tabbar/mine.png',
|
|
activeIconPath: '../../../static/images/carshop/tabbar/mine_active.png',
|
|
path: '/pages/carShop/mine/mine'
|
|
}
|
|
]
|
|
|
|
export const driverList = [
|
|
{
|
|
text: '首页',
|
|
iconPath: '../../../static/images/driver/tabbar/index.png',
|
|
activeIconPath: '../../../static/images/driver/tabbar/index_active.png',
|
|
path: '/pages/driver/home/home'
|
|
}, {
|
|
text: '滴友圈',
|
|
iconPath: '../../../static/images/driver/tabbar/welfare.png',
|
|
activeIconPath: '../../../static/images/driver/tabbar/welfare_active.png',
|
|
// path: '/pages/driver/welfare/index'
|
|
path: '/pages/driver/index/index'
|
|
}, {
|
|
text: '租买车',
|
|
iconPath: '../../../static/images/driver/tabbar/showroom.png',
|
|
activeIconPath: '../../../static/images/driver/tabbar/showroom_active.png',
|
|
path: '/pages/driver/showroom/index'
|
|
}, {
|
|
text: '享服务',
|
|
iconPath: '../../../static/images/driver/tabbar/serve.png',
|
|
activeIconPath: '../../../static/images/driver/tabbar/serve_active.png',
|
|
path: '/pages/driver/serve/index'
|
|
}, {
|
|
text: '我的',
|
|
iconPath: '../../../static/images/driver/tabbar/mine.png',
|
|
activeIconPath: '../../../static/images/driver/tabbar/mine_active.png',
|
|
path: '/pages/driver/mine/index'
|
|
}
|
|
] |