This commit is contained in:
Pan 2019-05-17 13:29:52 +08:00
parent decf607741
commit 5a71635a4f
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ export default {
},
watch: {
$route(route) {
// If you go to the redirect page, do not update the breadcrumbs
if (route.path.includes('/redirect/')) {
// if you go to the redirect page, do not update the breadcrumbs
if (route.path.startsWith('/redirect/')) {
return
}
this.getBreadcrumb()