解决Vue中的NavigationDuplicated 报错

2019-12-02  本文已影响0人  前端新阳
const originalPush = Router.prototype.push;
Router.prototype.push = function push(location) {
    return originalPush.call(this, location).catch(err => err);
};
image.png
上一篇 下一篇

猜你喜欢

热点阅读