diff --git a/index.html b/index.html
index 4a9a5f4..7b80124 100644
--- a/index.html
+++ b/index.html
@@ -323,9 +323,11 @@
// 第四步:是否需要记录 当前页面
setTimeout(() => {
if (type) {
+ alert(1)
// window.location.replace(wxauth_url);
locationReplace(wxauth_url);
} else {
+ alert(2)
window.location.href = wxauth_url;
}
}, 300);