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;
}