Co-authored-by: mazhanwen <mazhanwen@tal.com>
@@ -32,6 +32,7 @@ const SwrInitor = ({
? (
<SWRConfig value={{
shouldRetryOnError: false,
+ revalidateOnFocus: false,
}}>
{children}
</SWRConfig>