timeout fix

parent f053fbef
...@@ -31,7 +31,6 @@ export const request = ( ...@@ -31,7 +31,6 @@ export const request = (
data, data,
params, params,
headers, headers,
timeout: 90000,
}) })
.then(async (response: AxiosResponse) => { .then(async (response: AxiosResponse) => {
resolve(response.data); resolve(response.data);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment