pc收藏店铺字段变更,添加修改秒杀页面

This commit is contained in:
mabo
2021-08-10 17:39:15 +08:00
parent 924de43227
commit bb8ea94850
4 changed files with 221 additions and 5 deletions

View File

@@ -228,6 +228,12 @@ export const otherRouter = {
name: "full-cut-detail",
component: () => import("@/views/promotion/fullCut/fullCutDetail.vue")
},
{
path: "promotion/seckill/manager-seckill-add",
title: "编辑秒杀活动",
name: "manager-seckill-add",
component: () => import("@/views/promotion/seckill/addSeckill.vue")
},
{
path: "promotion/seckill/seckill-goods",
title: "秒杀商品",