收藏
回答

对接企业微信网页授权的回调为什么使用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)


最后一次编辑于  07-19
回答关注问题邀请回答
收藏

2 个回答

  • 社区技术运营专员-Jahozheng
    社区技术运营专员-Jahozheng
    07-20

    你好,请移步企微官方讨论区:https://developer.work.weixin.qq.com/community/question

    07-20
    有用
    回复
  • Faith
    Faith
    07-19

    用微信扫码就只有一个页面,用企业微信扫码就会多一级页面

    07-19
    有用
    回复
登录 后发表内容