diff --git a/src/router/index.js b/src/router/index.js index 1b8deda3..ba20bf96 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -153,6 +153,7 @@ router.beforeEach(async (to, from) => { // especially when navigating with browser buttons const newUrl = `${window.top.location.origin}${to.href}`; window.top.location.href = newUrl; + return false; } const store = useMainStore();