vue 当前页跳转并强制刷新

    watch: {
      '$route'(to, from) {
        this.$router.go(0);
      }
    },

 

 

    this.$router.push({ path: '/dashboard/XXZX?' + new Date() });

 

posted @ 2019-06-08 20:14  热敷哥  阅读(12330)  评论(0编辑  收藏  举报