錯誤信息:vue
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)"}node
出現狀況:webpack
解決方案:web
一、在使用 replace、push等方法時捕獲異常vue-router
二、在包含這句代碼 Vue.use(Router) 的文件中加入以下代碼:promise
便可解決問題3d