mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 16:35:53 +08:00
fix:修复查看满额活动详细后点击返回键找不到路由返回白屏问题
This commit is contained in:
@@ -165,7 +165,7 @@
|
|||||||
</FormItem>
|
</FormItem>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<Button @click="$router.push({ name: 'full-discount' })">返回</Button>
|
<Button @click="$router.push({ name: 'promotions/full-discount' })">返回</Button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user