This commit is contained in:
tcubic 2022-08-01 16:06:22 +08:00
parent 874d34f6df
commit 375bb2f487

View File

@ -231,7 +231,7 @@ const getAuthorize = ()=> {
let h_idx = window.location.href.indexOf("#");
let out_href = href.slice(0, h_idx);
return `${process.env.VUE_APP_ZS_DOMAIN}/wxauth/official/account/authorize?redirectUrl=${out_href}&scope=${1}"`;
return `${process.env.VUE_APP_ZS_DOMAIN}/wxauth/official/account/authorize?redirectUrl=${out_href}&scope=1"`;
}