fix:修复查看满额活动详细后点击返回键找不到路由返回白屏问题

master
胡程 2022-04-26 10:05:11 +08:00
parent 37064141c2
commit 7cf7123dd2
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@
</FormItem>
<div>
<Button @click="$router.push({ name: 'full-discount' })">返回</Button>
<Button @click="$router.push({ name: 'promotions/full-discount' })">返回</Button>
</div>
</div>
</div>