From 206c77f857775a9cbb65a4fef38dd2cb95f6cb1d Mon Sep 17 00:00:00 2001 From: zhangds Date: Tue, 19 Mar 2024 14:43:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=BE=AE=E4=BF=A1?= =?UTF-8?q?=E6=8E=88=E6=9D=83=E5=9B=9E=E8=B0=83=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index abaca27..2427271 100644 --- a/index.html +++ b/index.html @@ -217,7 +217,7 @@ // 统一跳转逻辑判断 gotoPage(data, type) { // 微信授权回调地址 - let wxauth_url = "https://openapi.1688sup.com/wechat/oauth"; + let wxauth_url = "https://22233.cn/wechat/oauth"; // 第一步:判断是否是 微信静默授权 是 -> 拼接回调地址 if (data.is_have_webview_voucher) { // 第二步:判断是否是包码 是 -> 走包码回调地址