From 2cd01d5f8726100961583299ffa06df95c60269a Mon Sep 17 00:00:00 2001 From: zhangds Date: Wed, 13 Mar 2024 18:18:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=8E=88=E6=9D=83?= =?UTF-8?q?=E8=AF=B7=E6=B1=82=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 96ec978..2b04e63 100644 --- a/index.html +++ b/index.html @@ -407,7 +407,7 @@ // 判断是否需要静默授权 if (form_data_res.data.is_have_webview_voucher) { - location.href = `https://test.openapi.1688sup.com/wechat/oauth?jump=${location.origin}/homepage.html` + location.href = `https://openapi.1688sup.com/wechat/oauth?jump=${location.origin}/homepage.html` }