feat(desktop): implement phase 2 native capabilities
Client Quality Gates / Shared client and Web (push) Has been cancelled
Client Quality Gates / macOS Desktop (push) Has been cancelled

This commit is contained in:
Cheng Zhou
2026-06-30 21:21:55 +08:00
parent 7c721d4e5c
commit 628ff8828b
64 changed files with 3516 additions and 222 deletions
+1 -1
View File
@@ -527,7 +527,7 @@ router.beforeEach(async (to, _from, next) => {
await auth.fetchMe();
} catch {
// 有 token 但无法获取用户,强制回登录,避免进入“无用户上下文”页面
auth.logout();
await auth.logout();
next({ path: "/login" });
return;
}