diff --git a/src/router/guard/route.ts b/src/router/guard/route.ts index 68f36047..e099a860 100644 --- a/src/router/guard/route.ts +++ b/src/router/guard/route.ts @@ -189,7 +189,7 @@ function handleRouteSwitch(to: RouteLocationNormalized, from: RouteLocationNorma if (to.meta.href) { window.open(to.meta.href, '_blank'); - next({ path: from.fullPath, replace: true, query: from.query, hash: to.hash }); + next(false); return; }