let url = ('https://s.ttkaifa.com/api/wx/mp/oauth2?url=' +
encodeURIComponent(window.location.href.split('?')[0]) + '&wsNo=' + '123456789' ;
window.location.replace(url)
此情况下window.location.replace 的表现形式与window.location.href 相同 并没有删除当前页面历史记录,点击返回键还是能返回之间的页面
同问, location.replace,跳转之后history没有被替换。
麻烦提供能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)