获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
大佬,请问下你是怎么解决的
微信<web-view>内嵌h5页面,ios机型window.location.replace无效微信<web-view>内嵌h5页面,ios机型window.location.replace无效,安卓正常,大佬们看看啊 [图片]
07-20用微信扫码就只有一个页面,用企业微信扫码就会多一级页面
对接企业微信网页授权的回调为什么使用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请问后面解决了吗?
企业微信登录后怎么才能不出现两次跳转?就是用OAuth2登录 https://open.weixin.qq.com/connect/oauth2/authorize?appid=${appId}&redirect_uri=${redirectUri}&response_type=code&scope=snsapi_base&state=${date}#wechat_redirect 重定向回来后会跳多一级, 导致退出的时候需要多点一次, 要怎么才能一次重定向回来? [图片]
07-19