Navigating to current location ("/threeFloor") is not allowed

vue路由跳轉同一個路由多次點擊出現以下報錯 解決辦法 在router/index.js頁面添加 const VueRouterPush = Router.prototype.push Router.prototype.push = function push (to) { return VueRouterPush.call(this, to).catch(err => err) }
相關文章
相關標籤/搜索