122 lines
3.8 KiB
JavaScript
122 lines
3.8 KiB
JavaScript
export const Tabbar = {
|
|
"driver": [{
|
|
text: '加载',
|
|
iconPath: 'static/images/driver/tabbar/index.png',
|
|
activeIconPath: 'static/images/driver/tabbar/index_active.png',
|
|
path: 'pages/tab/tab',
|
|
visible: false,
|
|
},
|
|
{
|
|
text: '首页',
|
|
iconPath: 'static/images/driver/tabbar/index.png',
|
|
activeIconPath: 'static/images/driver/tabbar/index_active.png',
|
|
path: '/pages/driver/home/home',
|
|
visible: true,
|
|
}, {
|
|
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',
|
|
visible: true,
|
|
}, {
|
|
text: '租买车',
|
|
iconPath: 'static/images/driver/tabbar/showroom.png',
|
|
activeIconPath: 'static/images/driver/tabbar/showroom_active.png',
|
|
path: '/pages/driver/showroom/index',
|
|
visible: true,
|
|
}, {
|
|
text: '享服务',
|
|
iconPath: 'static/images/driver/tabbar/serve.png',
|
|
activeIconPath: 'static/images/driver/tabbar/serve_active.png',
|
|
path: '/pages/driver/serve/index',
|
|
visible: true,
|
|
}, {
|
|
text: '我的',
|
|
iconPath: 'static/images/driver/tabbar/mine.png',
|
|
activeIconPath: 'static/images/driver/tabbar/mine_active.png',
|
|
path: '/pages/driver/mine/index',
|
|
visible: true,
|
|
}
|
|
],
|
|
"repair": [{
|
|
text: '加载',
|
|
iconPath: 'static/images/driver/tabbar/index.png',
|
|
activeIconPath: 'static/images/driver/tabbar/index_active.png',
|
|
path: 'pages/tab/tab',
|
|
visible: false,
|
|
},
|
|
{
|
|
text: '维修',
|
|
iconPath: 'static/images/repair/tabbar/repair.png',
|
|
activeIconPath: 'static/images/repair/tabbar/repair_active.png',
|
|
path: '/pages/repair/tabbar/repair',
|
|
visible: true,
|
|
}, {
|
|
text: '配件',
|
|
iconPath: 'static/images/repair/tabbar/accessory.png',
|
|
activeIconPath: 'static/images/repair/tabbar/accessory_active.png',
|
|
path: '/pages/repair/tabbar/accessory',
|
|
visible: true,
|
|
}, {
|
|
text: '采购',
|
|
iconPath: 'static/images/repair/tabbar/procure.png',
|
|
activeIconPath: 'static/images/repair/tabbar/procure_active.png',
|
|
path: '/pages/repair/tabbar/procure',
|
|
visible: true,
|
|
}, {
|
|
text: '我的',
|
|
iconPath: 'static/images/repair/tabbar/mine.png',
|
|
activeIconPath: 'static/images/repair/tabbar/mine_active.png',
|
|
path: '/pages/repair/tabbar/mine',
|
|
visible: true,
|
|
},
|
|
{
|
|
text: '加载',
|
|
iconPath: 'static/images/driver/tabbar/index.png',
|
|
activeIconPath: 'static/images/driver/tabbar/index_active.png',
|
|
path: 'pages/tab/tab',
|
|
visible: false,
|
|
},
|
|
],
|
|
"carDealers": [{
|
|
text: '加载',
|
|
iconPath: 'static/images/driver/tabbar/index.png',
|
|
activeIconPath: 'static/images/driver/tabbar/index_active.png',
|
|
path: 'pages/tab/tab',
|
|
visible: false,
|
|
},
|
|
{
|
|
text: '社区',
|
|
iconPath: 'static/images/carshop/tabbar/community.png',
|
|
activeIconPath: 'static/images/carshop/tabbar/community_active.png',
|
|
path: '/pages/carShop/community/community',
|
|
visible: true,
|
|
}, {
|
|
text: '订单',
|
|
iconPath: 'static/images/carshop/tabbar/order.png',
|
|
activeIconPath: 'static/images/carshop/tabbar/order_active.png',
|
|
path: '/pages/carShop/order/order',
|
|
visible: true,
|
|
}, {
|
|
text: '维修',
|
|
iconPath: 'static/images/carshop/tabbar/maintainOrder.png',
|
|
activeIconPath: 'static/images/carshop/tabbar/maintainOrder_active.png',
|
|
path: '/pages/carShop/maintain_order/maintain_order',
|
|
visible: true,
|
|
}, {
|
|
text: '消息',
|
|
iconPath: 'static/images/carshop/tabbar/message.png',
|
|
activeIconPath: 'static/images/carshop/tabbar/message_active.png',
|
|
path: '/pages/carShop/message/message',
|
|
visible: true,
|
|
}, {
|
|
text: '我的',
|
|
iconPath: 'static/images/carshop/tabbar/mine.png',
|
|
activeIconPath: 'static/images/carshop/tabbar/mine_active.png',
|
|
path: '/pages/carShop/mine/mine',
|
|
visible: true,
|
|
}
|
|
]
|
|
|
|
} |