in Wechat"s browser, a single-page page jumps to a third-party page, and then clicks back. When the result returns, it goes back not to the previous page, but to the home page. Why?
 routing of  hash  pattern when used 
in Wechat"s browser, a single-page page jumps to a third-party page, and then clicks back. When the result returns, it goes back not to the previous page, but to the home page. Why?
 routing of  hash  pattern when used 
Jump to the third-party page, click back, the js, rendered page will be reloaded, and your last state will not be saved, which is equivalent to re-executing JS
.