Files
car-system-app/data/user_menu.js
2024-03-13 19:53:53 +08:00

69 lines
1.7 KiB
JavaScript

export const carShopUserMenuList = [{
text: '店铺设置',
path: '/pages/carShop/mine/store/store'
}, {
text: '车辆信息',
path: '/pages/carShop/mine/car_info_list/car_info_list'
}, {
text: '客户管理',
path: '/pages/carShop/mine/client_admin/client_admin'
}, {
text: '司机管理',
path: '/pages/carShop/mine/driver_operation/driver_operation'
}, {
text: '我的收藏',
path: '/pages/carShop/mine/my_favorite/my_favorite'
},
// {
// text: '我的足迹',
// path: '/pages/carShop/community/community'
// },
{
text: '我的钱包',
path: '/pages/carShop/mine/wallet/wallet'
}, {
text: '我的推广',
path: '/pages/driver/welfare/invite/invite'
}, {
text: '联系客服',
path: '/pages/carShop/community/community'
}]
export const repairUserMenuList = [{
text: '核销',
path: '/pages/repair/user/verification/verification',
image:'../../../static/images/repair/user/affirm.png',
type:1
}, {
text: '卡券预约',
path: '/pages/repair/user/myCardBag/myCardBag',
image:'../../../static/images/repair/user/card.png',
type:1
},{
text: '我的评价',
path: '/pages/repair/user/evaluate/evaluate',
image:'../../../static/images/repair/user/evaluate.png',
type:1
}, {
text: '门店信息',
path: '/pages/repair/user/shop_message/shop_message',
image:'../../../static/images/repair/user/shopMessage.png',
type:1
}, {
text: '我的消息',
path: '/pages/repair/repair/message/index',
image:'../../../static/images/repair/user/my_message.png',
type:1
}, {
text: '联系客服',
path: '/pages/carShop/community/community',
image:'../../../static/images/repair/user/service.png',
type:2
}, {
text: '设置',
path: '/pages/repair/user/set/set',
image:'../../../static/images/repair/user/set.png',
type:2
}]