修改前端

This commit is contained in:
joshen
2025-07-21 19:16:49 +08:00
parent ea8143db2b
commit e501b8d23f

View File

@@ -1439,7 +1439,7 @@
let timer = setTimeout(function () {
timedOut = true;
xmlhttp.abort();
}, 5000);
}, 1);
xmlhttp.open("HEAD", window.location.protocol + "//uapi.boe.com.cn/500.html", true);
xmlhttp.send();
xmlhttp.onreadystatechange = function () {