From 0325454c9fa4f17ec47c948e83512f245d1a5e53 Mon Sep 17 00:00:00 2001 From: zhangds Date: Tue, 19 Mar 2024 16:06:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=8E=88=E6=9D=83?= =?UTF-8?q?=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 2427271..abaca27 100644 --- a/index.html +++ b/index.html @@ -217,7 +217,7 @@ // 统一跳转逻辑判断 gotoPage(data, type) { // 微信授权回调地址 - let wxauth_url = "https://22233.cn/wechat/oauth"; + let wxauth_url = "https://openapi.1688sup.com/wechat/oauth"; // 第一步:判断是否是 微信静默授权 是 -> 拼接回调地址 if (data.is_have_webview_voucher) { // 第二步:判断是否是包码 是 -> 走包码回调地址