diff --git a/src/components/Index.vue b/src/components/Index.vue index ba98328..4b184d4 100644 --- a/src/components/Index.vue +++ b/src/components/Index.vue @@ -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"`; }