完善桌面端端到端回归收口

This commit is contained in:
Cheng Zhou
2026-07-02 10:04:31 +08:00
parent 965c38d3b2
commit 9a470d3a75
8 changed files with 290 additions and 5 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ const checkHealth = async (baseUrl: string) => {
};
const clearSessionForServerChange = async () => {
await auth.logout();
await auth.logout({ rememberCurrentStudy: false });
studyStore.clearCurrentStudy();
};