仅内网可见-管理员端 调试

This commit is contained in:
670788339
2025-07-21 19:26:19 +08:00
parent 44f79c93a5
commit de14f9f561

View File

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