- 前端:满减送列表

- 前端:限时折扣列表
This commit is contained in:
YunaiV
2019-05-08 00:18:18 +08:00
parent f44a6d49d7
commit e7b9b4fd2a
12 changed files with 931 additions and 4 deletions

View File

@@ -130,6 +130,16 @@ export default [
name: 'coupon-card-template-list',
component: './Promotion/CouponCardTemplateList',
},
{
path: '/promotion/time-limit-discount-list',
name: 'time-limit-discount-list',
component: './Promotion/TimeLimitedDiscountList',
},
{
path: '/promotion/full-privilege-list',
name: 'full-privilege-list',
component: './Promotion/FullPrivilegeList',
}
],
},
{