使用setTimeout啊 setTimeout(() => { // do something... }, 1000) axios options axios.get('/url', { timeout: 1000 })
使用setTimeout啊
axios options