路由重定向问题

This commit is contained in:
BabyBoy 2025-09-06 15:23:07 +08:00
parent e928e771ec
commit 18a2439a87

View File

@ -179,7 +179,7 @@ const logout = async () => {
router.replace({ router.replace({
path: '/login', path: '/login',
query: { query: {
redirect: encodeURIComponent(router.currentRoute.value.fullPath || '/') // redirect: encodeURIComponent(router.currentRoute.value.fullPath || '/')
} }
}); });
proxy?.$tab.closeAllPage(); proxy?.$tab.closeAllPage();