未验证 提交 40431fdf 编写于 作者: 花裤衩 提交者: GitHub

perf[Breadcrumb]: do not update breadcrumbs when go to redirect page (#2086)

上级 1e598e96
......@@ -19,7 +19,11 @@ export default {
}
},
watch: {
$route() {
$route(route) {
// if you go to the redirect page, do not update the breadcrumbs
if (route.path.startsWith('/redirect/')) {
return
}
this.getBreadcrumb()
}
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册