在微信公众号官方调试工具上 正常跳转了,但是放到公众号里用手机测试,不跳转到这个页面了是什么原因
const url = 'https://open.weixin.qq.com/connect/oauth2/authorize?appid=appid&redirect_uri=...&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect';
window.open(url, '_blank');
在微信公众号官方调试工具上 正常跳转了,但是放到公众号里用手机测试,不跳转到这个页面了是什么原因
const url = 'https://open.weixin.qq.com/connect/oauth2/authorize?appid=appid&redirect_uri=...&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect';
window.open(url, '_blank');