From 3546401ffc14dae7e382ff98914e4858171577f0 Mon Sep 17 00:00:00 2001 From: tcubic <123456> Date: Mon, 8 Aug 2022 17:59:53 +0800 Subject: [PATCH] update --- src/page/Home/Home.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/page/Home/Home.vue b/src/page/Home/Home.vue index 48616ab..6ba58b5 100644 --- a/src/page/Home/Home.vue +++ b/src/page/Home/Home.vue @@ -237,7 +237,7 @@ const getCode2 = () => { const wxAuthGetCode = () => { var appId = "wx35766a64d73d08a9"; - var REDIRECT_URI = window.location.href; + var REDIRECT_URI = 'https://test.szxgl.cn/zszq-celebration/activity/index.html'; window.location.href = 'https://open.weixin.qq.com/connect/oauth2/authorize?appid='+ appId +'&redirect_uri='+ REDIRECT_URI +'&response_type=code&scope=snsapi_base&state=STATE#wechat_redirect'; // service