chore: sse close before logout

This commit is contained in:
dap
2024-09-12 16:45:12 +08:00
parent 6b9c048d13
commit cd526828b3
3 changed files with 12 additions and 4 deletions

View File

@@ -81,10 +81,8 @@ const avatar = computed(() => {
});
async function handleLogout() {
// resetAllStores();
await authStore.logout();
resetRoutes();
// await router.replace(LOGIN_PATH);
authStore.logout();
}
const notifyStore = useNotifyStore();