// 解決ElementUI導(dǎo)航欄中的vue-router重復(fù)點菜單報錯問題
const originalPush = VueRouter.prototype.push
VueRouter.prototype.push = function push(location) {
? return originalPush.call(this, location).catch(err => err)}
// 解決ElementUI導(dǎo)航欄中的vue-router重復(fù)點菜單報錯問題
const originalPush = VueRouter.prototype.push
VueRouter.prototype.push = function push(location) {
? return originalPush.call(this, location).catch(err => err)}