This commit is contained in:
tcubic 2022-08-08 18:20:30 +08:00
parent 9d9cafd74a
commit ac50f32e06

View File

@ -243,7 +243,6 @@ const wxAuthGetCode = () => {
var url = urlEncode(window.location.href); var url = urlEncode(window.location.href);
// window.location.href = 'https://open.weixin.qq.com/connect/oauth2/authorize?appid='+ appId +'&redirect_uri='+ REDIRECT_URI +'&response_type=code&scope=snsapi_base&state=STATE#wechat_redirect';
window.location.href = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx35766a64d73d08a9&redirect_uri={{url}}&response_type=code&scope=snsapi_userinfo&state=123#wechat_redirect` window.location.href = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx35766a64d73d08a9&redirect_uri={{url}}&response_type=code&scope=snsapi_userinfo&state=123#wechat_redirect`
}; };