微信内置浏览器 以及小程序内<webview> 环境下 location.replace()方法失效
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 相同 并没有删除当前页面历史记录,点击返回键还是能返回之间的页面