SSR-1724 Attempt to fix apple devices
This commit is contained in:
parent
a4ca5f235f
commit
67d82a1eaa
1 changed files with 1 additions and 0 deletions
|
|
@ -153,6 +153,7 @@ router.beforeEach(async (to, from) => {
|
||||||
// especially when navigating with browser buttons
|
// especially when navigating with browser buttons
|
||||||
const newUrl = `${window.top.location.origin}${to.href}`;
|
const newUrl = `${window.top.location.origin}${to.href}`;
|
||||||
window.top.location.href = newUrl;
|
window.top.location.href = newUrl;
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
const store = useMainStore();
|
const store = useMainStore();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue