vue jump and force a refresh this page

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

 

 

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

 

Guess you like

Origin www.cnblogs.com/refuge/p/10991561.html