vue+elementui項目中解決 Avoided redundant navigation to current location:錯誤

在router中的js裏新增這樣一段代碼javascript const routerOther = Router.prototype.push Router.prototype.push = function push(location) { return routerOther.call(this, location).catch(err => err) }
相關文章
相關標籤/搜索