|
@ -22,7 +22,7 @@ export const getOriginUrl = () => { |
|
|
const config: AxiosConfig = { |
|
|
const config: AxiosConfig = { |
|
|
// baseURL: process.env.REACT_APP_BASE_URL,
|
|
|
// baseURL: process.env.REACT_APP_BASE_URL,
|
|
|
baseURL: getBaseUrl(), |
|
|
baseURL: getBaseUrl(), |
|
|
timeout: 60 * 10 * 1000, |
|
|
|
|
|
|
|
|
timeout: 60 * 120 * 1000, |
|
|
headers: { |
|
|
headers: { |
|
|
'Content-Type': 'application/json' |
|
|
'Content-Type': 'application/json' |
|
|
} |
|
|
} |
|
|