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