Why has the url of the vue project changed itself?

the original path is http://localhost:8080/index-sharp/index/resource/ebook found that sometimes the path itself changes after the request is completed. What is the possible reason for this? I also did not carry on the url operation?

http://localhost:8080/index-sharp/?redirect=%2F%3Fredirect%3D%252F%253Fredirect%253D%25252F%25253Fredirect%25253D%2525252F%2525253Fredirect%2525253D%252525252F%252525253Fredirect%252525253D%25252525252F%25252525253Fredirect%25252525252525252525252525252525252525252522525%E2%80%A6


after your url translation, it is as follows

redirect=/?redirect=/?redirect=/?redirect=/?redirect=/?redirect=/?
The specific reason must have something to do with your business code, because it is difficult to judge without your code, and you give too little information.


redirect. Isn't this a redirection? take a look at the Location header of the http header returned from the backend

.
Menu