From 225b3690904a1952f23cc7b663aacacd7cc7424e Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 29 Dec 2022 14:49:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B0=E9=83=BD=E6=8A=95=E7=A5=A8=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E5=B7=B2=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/modules.js | 2 +- src/project/fengdu/AppVote/AppVote.vue | 6 ------ src/project/fengdu/AppVote/voteDetail.vue | 7 +++++-- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/src/common/modules.js b/src/common/modules.js index 9a9a7ba4..771ec369 100644 --- a/src/common/modules.js +++ b/src/common/modules.js @@ -206,7 +206,7 @@ const oauth2Weixin = params => qs.stringifyUrl({ url: "https://open.weixin.qq.com/connect/oauth2/authorize", query: { response_type: 'code', - url: encodeURIComponent(location.href), + redirect_uri: encodeURIComponent(location.href), ...params }, fragmentIdentifier: "wechat_redirect" diff --git a/src/project/fengdu/AppVote/AppVote.vue b/src/project/fengdu/AppVote/AppVote.vue index d37f46b1..92e69860 100644 --- a/src/project/fengdu/AppVote/AppVote.vue +++ b/src/project/fengdu/AppVote/AppVote.vue @@ -19,21 +19,15 @@