tweak
This commit is contained in:
parent
decf607741
commit
5a71635a4f
|
@ -20,8 +20,8 @@ export default {
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
$route(route) {
|
$route(route) {
|
||||||
// If you go to the redirect page, do not update the breadcrumbs
|
// if you go to the redirect page, do not update the breadcrumbs
|
||||||
if (route.path.includes('/redirect/')) {
|
if (route.path.startsWith('/redirect/')) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
this.getBreadcrumb()
|
this.getBreadcrumb()
|
||||||
|
|
Loading…
Reference in New Issue