src/views/homePage.vue
@@ -154,7 +154,7 @@ } return acc; }, {}); router.push({ path: redirect.value || "/", query: otherQueryParams }); router.push({ path: redirect.value || "/menuPage", query: otherQueryParams }); } else { router.push({ path: "/menuPage" }); }