fix:修复查看满额活动详细后点击返回键找不到路由返回白屏问题
parent
37064141c2
commit
7cf7123dd2
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue