From b722260cf98c9b395d77f62d3371ce10bcbdfb74 Mon Sep 17 00:00:00 2001 From: liugongyu <290219706@qq.com> Date: Thu, 22 Sep 2022 09:55:20 +0800 Subject: [PATCH] 去缓存 --- src/views/parkPay/orderPay.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/parkPay/orderPay.vue b/src/views/parkPay/orderPay.vue index 8612249..d64e75e 100644 --- a/src/views/parkPay/orderPay.vue +++ b/src/views/parkPay/orderPay.vue @@ -96,7 +96,7 @@ export default { var code = this.getUrlParam('code'); var local = window.location.href; if (code == null || code === '') { - window.location.href = 'https://open.weixin.qq.com/connect/oauth2/authorize?appid=' + appID + '&redirect_uri=' + encodeURIComponent(local) + '&response_type=code&scope=snsapi_userinfo&state=1#wechat_redirect' + window.location.href = 'https://open.weixin.qq.com/connect/oauth2/authorize?appid=' + appID + '&redirect_uri=' + encodeURIComponent(local) + '&response_type=code&scope=snsapi_base&state=1#wechat_redirect' } else { return code; } -- libgit2 0.21.4