This commit is contained in:
tcubic 2022-08-08 18:32:07 +08:00
parent 12e413771a
commit 6cf8c342be

View File

@ -238,7 +238,7 @@ const wxAuthGetCode = () => {
// var appId = "wx35766a64d73d08a9";
var appId = "wx41d80a1bb01f658d";
var url = URLEncode(window.location.href);
var url = encodeURI(window.location.href);
window.location.href = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=${appId}&redirect_uri=${url}&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect`