chore: sse close before logout
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user