axios 重新发起请求,一般用于重新发起请求
const config = response.config config.baseURL = api_2 setTimeout(() => { axios(config); }, 1000 * 30);
axios 重新发起上次请求
原文:https://www.cnblogs.com/zlp520/p/15134233.html