原文:vue項目運行提示Uncaught (in promise) undefined

解決方案:https: blog.csdn.net weixin article details 使用錯誤攔截解決 router.push path .catch err gt ...

2022-02-24 09:30 0 2141 推薦指數:

查看詳情

Uncaught (in promise) undefined

Vue-router >= 3.1.0 版本在使用 push 和 replace 進行跳轉時控制台會拋出異常,其主要原因是 vue-router 3.1.0 版本以后 router.push('/path') 返回了 promise ,而當路由跳轉異常時便會拋出錯誤,此前版本沒有報錯是因為 ...

Sun Jan 19 22:13:00 CST 2020 0 14471
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM