路由重定向问题
This commit is contained in:
parent
e928e771ec
commit
18a2439a87
@ -179,7 +179,7 @@ const logout = async () => {
|
||||
router.replace({
|
||||
path: '/login',
|
||||
query: {
|
||||
redirect: encodeURIComponent(router.currentRoute.value.fullPath || '/')
|
||||
// redirect: encodeURIComponent(router.currentRoute.value.fullPath || '/')
|
||||
}
|
||||
});
|
||||
proxy?.$tab.closeAllPage();
|
||||
|
Loading…
x
Reference in New Issue
Block a user