Use the request sent by ajax to achieve page jump

Ajax itself is not suitable for page jumps;

It can be achieved by other methods:

 1,window.location.href = "/home";

2, modelAndView returned by springMVC (redirect:xxx)

Use one of both

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325951278&siteId=291194637