From a6292ddec17f33986495e10f1bdb9c809f18d5d0 Mon Sep 17 00:00:00 2001 From: zhangds Date: Mon, 6 May 2024 11:45:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=BF=E6=8D=A2=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 5dd8835..d89cf67 100644 --- a/index.html +++ b/index.html @@ -322,7 +322,8 @@ // 第四步:是否需要记录 当前页面 setTimeout(() => { if (type) { - window.location.replace(wxauth_url); + locationReplace(wxauth_url) + // window.location.replace(wxauth_url); } else { window.location.href = wxauth_url; }