2
0

fix: 修复退出登录问题

This commit is contained in:
caiyuchao
2025-01-22 17:12:27 +08:00
parent 09922f048e
commit 737999885f
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ function logout() {
okText: $t('common.confirm'),
cancelText: $t('common.cancel'),
onOk: () => {
authStore.resetStore();
authStore.resetStore(true);
}
});
}