vue項目axios報錯 Object(...)(...).then(...).catch(...).finfially is not a function

今天在寫請求時,使用了…catch…finally,發現報錯Uncaught TypeError: Object(…)(…).then(…).catch(…).finally is not a function 升級瀏覽器後仍舊無法解決問題 調試發現 axios(res=>{}).catch(e=>{}) 是可以的,加了finfially後報錯。(fetch可以用finfially) 解決: 1、
相關文章
相關標籤/搜索