修改秒杀页面展示名

This commit is contained in:
mabo
2021-08-10 11:53:28 +08:00
parent 604a918fd1
commit 3e1fa0b937
2 changed files with 1 additions and 11 deletions

View File

@@ -228,15 +228,9 @@ export const otherRouter = {
name: "full-cut-detail",
component: () => import("@/views/promotion/fullCut/fullCutDetail.vue")
},
{
path: "promotion/seckill/manager-seckill",
title: "限时抢购列表",
name: "manager-seckill",
component: () => import("@/views/promotion/seckill/seckill.vue")
},
{
path: "promotion/seckill/seckill-goods",
title: "限时抢购商品",
title: "秒杀商品",
name: "seckill-goods",
component: () => import("@/views/promotion/seckill/seckillGoods.vue")
},