axios 重新发起上次请求
时间:2021-08-12 23:25:26
收藏:0
阅读:57
axios 重新发起请求,一般用于重新发起请求
const config = response.config config.baseURL = api_2 setTimeout(() => { axios(config); }, 1000 * 30);
原文:https://www.cnblogs.com/zlp520/p/15134233.html
评论(0)