vue page refresh redirect

In App.vue, add the following code:

created(){ 
      if(this.$router.path !== '/RealTimeMonitoring'){
          this.$router.replace('/RealTimeMonitoring')
      }
}
RealTimeMonitoring: routing own home, to be a judge.

Guess you like

Origin www.cnblogs.com/xiaomili/p/11498975.html