Browse Source

commit

main
mac 1 month ago
parent
commit
7cfbcad980
  1. 2
      src/utils/axios.ts

2
src/utils/axios.ts

@ -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'
}

Loading…
Cancel
Save