update
This commit is contained in:
parent
d51d31a559
commit
6c1cbe120c
|
@ -91,7 +91,7 @@ export function fetch(url: string, options?: RequestInit): Promise<any> {
|
||||||
headers,
|
headers,
|
||||||
});
|
});
|
||||||
if (status >= 300) {
|
if (status >= 300) {
|
||||||
setTimeout(close, 50);
|
setTimeout(close, 100);
|
||||||
}
|
}
|
||||||
return response;
|
return response;
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue