history API,判断页面是否是在跳转链接后返回

https://www.cnblogs.com/accordion/p/5699372.html

history.replaceState(history.state, null, "http://127.0.0.1/public/reg-phone.html?source=privacy")

在点击跳转时将当前地址,替换成 "http://127.0.0.1/public/reg-phone.html?source=privacy",

这样返回时,根据链接后的参数变化来判断页面是否是跳转后返回。

posted @ 2019-06-26 16:58  echolife  阅读(564)  评论(0编辑  收藏  举报