fix: disable retry

This commit is contained in:
hamster1963 2024-12-25 14:34:50 +08:00
parent 1c3684faaf
commit 74a2253e8e

View File

@ -149,6 +149,7 @@ function DashboardLink() {
refetchOnWindowFocus: true, refetchOnWindowFocus: true,
refetchIntervalInBackground: true, refetchIntervalInBackground: true,
refetchInterval: 1000 * 60 * 1, refetchInterval: 1000 * 60 * 1,
retry: false,
}) })
let isLogin = !!userData?.data?.id let isLogin = !!userData?.data?.id