SSR-1724 Attempt to fix apple devices

This commit is contained in:
Josh Dassinger 2024-11-07 08:48:41 -06:00
parent a4ca5f235f
commit 67d82a1eaa

View file

@ -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();