码迷,mamicode.com
首页 > 其他好文 > 详细

解决ElementUI导航栏重复点菜单报错问题

时间:2020-06-15 17:22:55      阅读:106      评论:0      收藏:0      [点我收藏+]

标签:导航栏   err   cti   解决   重复   问题   点菜   bsp   ati   

在router.js的配置文件中 添加如下代码: 

const originalPush = VueRouter.prototype.push
VueRouter.prototype.push = function push(location) {
return originalPush.call(this, location).catch(err => err)
}

其中, VueRouter为引入的vue-router的变量

解决ElementUI导航栏重复点菜单报错问题

标签:导航栏   err   cti   解决   重复   问题   点菜   bsp   ati   

原文地址:https://www.cnblogs.com/paperkite/p/13131866.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!