VueRouter路由跳转报错:vue-router.esm.js?fe87:2100 Uncaught (in promise) NavigationDuplicated
2021-02-17 07:17
标签:err 方案 情况 解决 rar push alt http web 错误信息: 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) 的文件中加入如下代码: 即可解决问题 VueRouter路由跳转报错:vue-router.esm.js?fe87:2100 Uncaught (in promise) NavigationDuplicated 标签:err 方案 情况 解决 rar push alt http web 原文地址:https://www.cnblogs.com/Object-L/p/12959925.html
上一篇:http和webSocket
文章标题:VueRouter路由跳转报错:vue-router.esm.js?fe87:2100 Uncaught (in promise) NavigationDuplicated
文章链接:http://soscw.com/index.php/essay/56461.html