mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-05 14:47:38 +00:00
perf: code
This commit is contained in:
@@ -58,7 +58,7 @@ const PayModal = ({ onClose }: { onClose: () => void }) => {
|
||||
},
|
||||
{
|
||||
enabled: !!payId,
|
||||
refetchInterval: 2000,
|
||||
refetchInterval: 3000,
|
||||
onSuccess(res) {
|
||||
if (!res) return;
|
||||
toast({
|
||||
|
Reference in New Issue
Block a user