标签:导航栏 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的变量
标签:导航栏 err cti 解决 重复 问题 点菜 bsp ati
原文地址:https://www.cnblogs.com/paperkite/p/13131866.html