Files
car_client_app/data/user_menu.js
2023-12-15 18:35:06 +08:00

62 lines
1.5 KiB
JavaScript

export const carShopUserMenuList = [{
text: '店铺设置',
path: '/pages/carShop/mine/store/store'
}, {
text: '车辆信息',
path: '/pages/carShop/community/community'
}, {
text: '客户管理',
path: '/pages/carShop/community/community'
}, {
text: '司机管理',
path: '/pages/carShop/mine/driver_operation/driver_operation'
}, {
text: '我的收藏',
path: '/pages/carShop/community/community'
}, {
text: '我的足迹',
path: '/pages/carShop/community/community'
}, {
text: '我的钱包',
path: '/pages/carShop/mine/wallet/wallet'
}, {
text: '我的推广',
path: '/pages/carShop/community/community'
}, {
text: '联系客服',
path: '/pages/carShop/community/community'
}]
export const repairUserMenuList = [{
text: '核销',
path: '/pages/carShop/mine/store/store',
image:'../../../static/images/repair/user/affirm.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
}]