对接企业微信网页授权的回调为什么使用window.loacation.replace会多一层页面呢?
const authUrl = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=${appId}&redirect_uri=${redirectUri}&response_type=code&scope=${scope}&agentid=${agentId}&state=${state}#wechat_redirect` window.location.replace(authUrl)