收口登录异常重试刷新路径

登录状态异常重试改为优先调用 HostBridge 受控 WebView 刷新

AuthGate 测试纳入原生壳统一验收

同步 Expo 与 Tauri 宿主壳方案和共享记忆

验证 AuthGate 测试、native-shells、编码检查和 diff 检查通过
This commit is contained in:
2026-06-19 12:43:38 +08:00
parent 6beafb738a
commit 44ed59a90f
5 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -785,7 +785,7 @@ export function AuthGate({ children }: AuthGateProps) {
<PlatformActionButton
className="mt-5"
onClick={() => {
window.location.reload();
reloadCurrentPageForAuthStateChange();
}}
>