微信h5页面授权后我后退页面需要后退俩次才可以到我上一次页面,有解决方法吗?
window.location.href = 'https://open.weixin.qq.com/connect/oauth2/authorize?appid=appid&redirect_uri=' + url + '&response_type=code&scope=snsapi_base&state=1#wechat_redirect'
window.location.href = 'https://open.weixin.qq.com/connect/oauth2/authorize?appid=appid&redirect_uri=' + url + '&response_type=code&scope=snsapi_base&state=1#wechat_redirect'