VueRouter路由跳轉報錯:vue-router.esm.js?fe87:2100 Uncaught (in promise) NavigationDuplicated


錯誤信息:

vue-router.esm.js?fe87:2100 Uncaught (in promise) NavigationDuplicated {_name: "NavigationDuplicated", name: "NavigationDuplicated", message: "Navigating to current location ("/home") is not allowed", stack: "Error↵    at new NavigationDuplicated (webpack-int…node_modules/vue/dist/vue.runtime.esm.js:2178:14)"}

 

 

 出現情況:

 

 

 

 解決方案:

  1、在使用 replace、push等方法時捕獲異常

 

 

   2、在包含這句代碼 Vue.use(Router) 的文件中加入如下代碼:

 

 

 

 即可解決問題

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM