mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2026-08-06 10:57:26 +08:00
feat(促销管理): 添加限时直降和第N件优惠功能
This commit is contained in:
@@ -139,6 +139,18 @@ export const otherRouter = {
|
||||
name: "full-discount-detail",
|
||||
component: () => import("@/views/promotion/full-discount/full-discount-add.vue")
|
||||
},
|
||||
{
|
||||
path: "flash-discount-add",
|
||||
title: "限时直降",
|
||||
name: "flash-discount-add",
|
||||
component: () => import("@/views/promotion/flash-discount/flash-discount-add.vue")
|
||||
},
|
||||
{
|
||||
path: "nth-item-discount-add",
|
||||
title: "第N件优惠",
|
||||
name: "nth-item-discount-add",
|
||||
component: () => import("@/views/promotion/nth-item-discount/nth-item-discount-add.vue")
|
||||
},
|
||||
{
|
||||
path: "export-order-deliver",
|
||||
title: "发货",
|
||||
|
||||
Reference in New Issue
Block a user