backend sprngboot, foreground vue.js
need to be redirected to the foreground system default page. Take two parameters: token userId
//
new ModelAndView("redirect:/event?param1="+token+"¶m2="+userId);
when the frontend comes in, the page address bar contains the token information. How to get the token carried in the foreground and remove the parameter information from the address bar after the page jumps.
302URL tokenindexurl