|
@@ -34,7 +34,7 @@ const menus = ref([
|
|
{ title: '积分明细', icon: integral, path: '/pages/mine/points/index' },
|
|
{ title: '积分明细', icon: integral, path: '/pages/mine/points/index' },
|
|
{ title: '优惠券包', icon: coupon, path: '/pages/mine/coupons/index' },
|
|
{ title: '优惠券包', icon: coupon, path: '/pages/mine/coupons/index' },
|
|
{ title: '我的订单', icon: order, path: '/pages/mine/orders/index' },
|
|
{ title: '我的订单', icon: order, path: '/pages/mine/orders/index' },
|
|
- { title: '专属客服', icon: agent },
|
|
|
|
|
|
+ { title: '专属客服', icon: agent, path: '/pages/mine/agents/index' },
|
|
{ title: '个人设置', icon: setting, path: '/pages/mine/setting/index' },
|
|
{ title: '个人设置', icon: setting, path: '/pages/mine/setting/index' },
|
|
])
|
|
])
|
|
const pieces = ref([
|
|
const pieces = ref([
|