vue刷新重定向某个页面(解决Uncaught (in prom

2019-12-10  本文已影响0人  一包
created() {
    if (this.$router.path !== "/home" || this.$router.path !== "/") {
      this.$router.replace("/");
    }
  }

bug是因为vue有bug 解决:

npm i vue-router@3.0 -S

参考:https://blog.csdn.net/Oralinge/article/details/100546903

上一篇下一篇

猜你喜欢

热点阅读