diff --git a/src/page/Home/Home.vue b/src/page/Home/Home.vue index cae468d..b8fd797 100644 --- a/src/page/Home/Home.vue +++ b/src/page/Home/Home.vue @@ -242,7 +242,7 @@ const wxAuthGetCode = () => { - var url = 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`