场景:* 企业微信网页授权 *
具体:
1.vue中创建vue.config.js并配置代理
2.使用官方提供Api~获取code:https://open.weixin.qq.com/connect/oauth2/authorize?appid=ww8af446a28da91602&redirect_uri=http://greg-zhong.icu&response_type=code&scope=snsapi_base&state=#wechat_redirect
3.微信开发者~网页端 请求报:404页面未找到
补充:我为什么需要在项目内配置代理?
@社区技术运营专员-小柿子 求解,不甚感激!
你好,打开oauth2授权链接,跳转是空白的页面,这里回调url没有urlencode,这里的重定向链接是你们自己指定的,需要自行排查下
企业微信的网页授权只针对正式域名有效
直接拿上面那串链接,在开发者工具中,是可以获取到code!