你可以尝试一下把timeout这样写 const service = axios.create({ ......,相关配置 // 超时时间 单位是ms,这里设置了3s的超时时间 timeout: 3 * 1000 })
阅读量:1
点赞量:0