Home > front end >  Vue routing jump problem
Vue routing jump problem

Time:10-09

Vue routing and Window. The open open the Window, the first jump and refresh the page, the second page jump but not refresh the page, the code is as follows:
 let routeUrl=this. $router. Resolve ({
Name: 'Second'
Params: {
Id: this. P,
Date: this gettime,
Classban: this value,
}
});
Window. The open (routeUrl href, 'a');

 {
Path: '/second/: id/date/: classban',
Name: 'Second'
Component: Second
}

CodePudding user response:

Watch to monitor the routing change? Then calls the method again

CodePudding user response:

Have a code?
  • Related