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

Merge pull request !9 from Assure/master 感谢Assure发现的返回白屏问题 此处接受并提交
master
学习很差啦 2022-04-28 08:19:02 +00:00 committed by Gitee
commit 84e0803558
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -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>