52 lines
1.0 KiB
JavaScript
Raw Normal View History

import { imgbaseUrl } from '../../../baseDefine'
export const myMenuList1 = [
{
name: '全部订单',
icon: imgbaseUrl + 'doctor.png',
2021-01-18 09:01:56 +08:00
path: '/pages/mall/order/order-list'
},
{
name: '待付款',
icon: imgbaseUrl + 'doctor.png',
2021-01-18 09:01:56 +08:00
path: '/pages/mall/order/order-list?orderStatus=1'
}, {
name: '待收货',
icon: imgbaseUrl + 'doctor.png',
2021-01-18 09:01:56 +08:00
path: '/pages/mall/order/order-list?orderStatus=2'
}
]
export const myMenuList2 = [
{
name: '地址管理',
icon: imgbaseUrl + 'doctor.png',
path: '/pages/mall/user/user-address-list'
},
{
name: '发票管理',
icon: imgbaseUrl + 'doctor.png',
path: ''
}, {
name: '优惠券',
icon: imgbaseUrl + 'doctor.png',
path: ''
}
]
export const myMenuList3 = [
{
name: '关注',
icon: imgbaseUrl + 'doctor.png',
path: ''
},
{
name: '在线客服',
icon: imgbaseUrl + 'doctor.png',
path: ''
}, {
name: '条款政策',
icon: imgbaseUrl + 'doctor.png',
path: ''
}
]