修改秒杀页面展示名

master
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", name: "full-cut-detail",
component: () => import("@/views/promotion/fullCut/fullCutDetail.vue") 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", path: "promotion/seckill/seckill-goods",
title: "限时抢购商品", title: "秒杀商品",
name: "seckill-goods", name: "seckill-goods",
component: () => import("@/views/promotion/seckill/seckillGoods.vue") component: () => import("@/views/promotion/seckill/seckillGoods.vue")
}, },

View File

@ -157,10 +157,6 @@ export default {
this.searchForm.pageSize = 10; this.searchForm.pageSize = 10;
this.getDataList(); this.getDataList();
}, },
add() {
//
this.$router.push({ name: "manager-seckill-add" });
},
edit(v) { edit(v) {
// //
this.$router.push({ name: "manager-seckill-add", query: { id: v.id } }); this.$router.push({ name: "manager-seckill-add", query: { id: v.id } });