微信快照模式调用
let url =`https://open.weixin.qq.com/connect/oauth2/authorize?appid=${AppId}&redirect_uri=${urlNow}&response_type=code&scope=${scope}&state=123&forcePopup=true&forceSnapShot=true&connect_redirect=1#wechat_redirect`;
window.location.replace(url);跳到自定义的页面时,code已经在url 后面拼接了,完全不用再点击“使用完整服务”授权
请问有大佬知道这是什么导致的嘛?