mirror of
https://github.com/Buriburizaem0n/nezha-dash-v1.git
synced 2026-02-07 22:19:37 +00:00
fix: disable retry
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user