mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 08:55:52 +08:00
feat: 增加优惠券领取详情和优化pc端跳转使用优惠券页面
This commit is contained in:
@@ -158,6 +158,12 @@ export const otherRouter = {
|
||||
name: "renovation",
|
||||
component: () => import("@/views/shop/renovation.vue")
|
||||
},
|
||||
{
|
||||
path: "promotions/coupon-receive",
|
||||
title: "优惠券领取记录",
|
||||
name: "coupon-receive",
|
||||
component: () => import("@/views/promotion/coupon/coupon-receive.vue"),
|
||||
},
|
||||
// {
|
||||
// path: "/*",
|
||||
// name: "error-404",
|
||||
|
||||
Reference in New Issue
Block a user