axios 重新发起请求,一般用于重新发起请求
const config = response.config config.baseURL = api_2 setTimeout(() => { axios(config); }, 1000 * 30);
2021-08-12 09:58:54
axios 重新发起请求,一般用于重新发起请求
const config = response.config config.baseURL = api_2 setTimeout(() => { axios(config); }, 1000 * 30);