update 优化 登出之后清理tabs

This commit is contained in:
疯狂的狮子Li 2025-03-31 09:39:59 +08:00
parent 30e1ea1c6d
commit de926211ef

View File

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