You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
1.7 KiB
JavaScript
24 lines
1.7 KiB
JavaScript
const pageList = [
|
|
{ url: '/store/cat/index', name: '商品分类', icon: 'setting1 opacity-80' },
|
|
{ url: '/store/goods/index', name: '商品管理', icon: 'goods opacity-80' },
|
|
{ url: '/store/user/list', name: '会员管理', icon: 'user opacity-80' },
|
|
{ url: '/store/user/memberList', name: '会员等级', icon: 'lenovo opacity-80' },
|
|
{ url: '/store/order/index', name: '普通订单', icon: 'cart opacity-80' },
|
|
{ url: '/store/afterSale/index', name: '售后订单', icon: 'cart opacity-80' },
|
|
{ url: '/store/inpersonPay/index', name: '当面付订单', icon: 'cart opacity-80' },
|
|
{ url: '/store/discount/discount/index', name: '限时折扣', icon: 'chart-bubble opacity-80' },
|
|
{ url: '/store/discount/full_discount/index', name: '梯度折扣', icon: 'chart-bubble opacity-80' },
|
|
{ url: '/store/discount/full_set_redution/index', name: '满额立减', icon: 'chart-bubble opacity-80' },
|
|
{ url: '/store/points/setUp', name: '积分设置', icon: 'detection opacity-80' },
|
|
{ url: '/store/points/cat', name: '商品分类', icon: 'setting1 opacity-80' },
|
|
{ url: '/store/points/goods/index', name: '商品管理', icon: 'goods opacity-80' },
|
|
{ url: '/store/points/order', name: '订单管理', icon: 'lenovo opacity-80' },
|
|
{ url: '', name: '提现设置', icon: 'chart-bubble opacity-80' },
|
|
{ url: '', name: '分销提现', icon: 'chart-bubble opacity-80' },
|
|
{ url: '/store/recharge/index', name: '充值管理', icon: 'chart-bubble opacity-80' },
|
|
{ url: '/store/coupon/index', name: '优惠券', icon: 'chart-bubble opacity-80' },
|
|
{ url: '/store/check/list', name: '核销记录', icon: 'chart-bubble opacity-80' }
|
|
// Add more entries if needed
|
|
];
|
|
|
|
export default pageList |