This commit is contained in:
yj 2024-08-13 17:31:47 +08:00
parent f0da251926
commit 76862a31ff
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ const App: React.FC = () => {
break; break;
} }
}) })
}, []) }, [navigate])
useEffect(() => { useEffect(() => {
try { try {