From 375bb2f48719f4c3ceeaa4fb2d20b458d59e9f95 Mon Sep 17 00:00:00 2001 From: tcubic <123456> Date: Mon, 1 Aug 2022 16:06:22 +0800 Subject: [PATCH] update --- src/components/Index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"`; }