41 lines
1.0 KiB
JavaScript
41 lines
1.0 KiB
JavaScript
export const functionList = [{
|
|
url: '/pages/driver/showroom/index',
|
|
imgae: '../../../static/images/home/01.png',
|
|
title: '租卖车',
|
|
type:1
|
|
}, {
|
|
url: '/pages/driver/serve/repair/repair',
|
|
imgae: '../../../static/images/home/02.png',
|
|
title: '维修',
|
|
type:2
|
|
}, {
|
|
url: '/pages/driver/serve/activity_list',
|
|
imgae: '../../../static/images/home/03.png',
|
|
title: '0元租车',
|
|
type:2
|
|
}, {
|
|
url: '/pages/driver/mine/every_day_card/every_day_card',
|
|
imgae: '../../../static/images/home/04.png',
|
|
title: '瓜分红包',
|
|
type:2
|
|
}, {
|
|
url: '/pages/driver/rebate/rebate',
|
|
imgae: '../../../static/images/home/05.png',
|
|
title: '流水返佣',
|
|
type:2
|
|
}, {
|
|
url: '/pages/driver/welfare/task/task',
|
|
imgae: '../../../static/images/home/06.png',
|
|
title: '任务中心',
|
|
type:2
|
|
}, {
|
|
url: '/pages/driver/serve/coupons/coupons?num=1',
|
|
imgae: '../../../static/images/home/07.png',
|
|
title: '限时秒杀',
|
|
type:2
|
|
}, {
|
|
url: '/pages/driver/welfare/invite/invite',
|
|
imgae: '../../../static/images/home/08.png',
|
|
title: '邀请有礼',
|
|
type:2
|
|
}] |