feat: 修复追踪日志

This commit is contained in:
zdl
2025-11-25 18:32:24 +08:00
parent 5c0e2382d7
commit ff1a57e10e

View File

@@ -476,7 +476,8 @@ export default function AuthFormContent() {
return () => {
isMountedRef.current = false;
};
}, [authEvents]);
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []); // 仅在组件挂载时执行一次
return (
<>