vue 当前页跳转并强制刷新

    watch: {
      '$route'(to, from) {
        this.$router.go(0);
      }
    },
    this.$router.push({ path: '/dashboard/XXZX?' + new Date() });

猜你喜欢

转载自www.cnblogs.com/refuge/p/10991561.html