mirror of
https://github.com/woodchen-ink/nezha-dash-v1.git
synced 2025-07-18 17:41:56 +08:00
fix: disable retry
This commit is contained in:
parent
1c3684faaf
commit
74a2253e8e
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user