//uapi.boe.com.cn/500.html

This commit is contained in:
nisen
2024-09-08 22:18:42 +08:00
parent 08422c5d69
commit 1635eb83b7

View File

@@ -329,7 +329,7 @@ export default {
timedOut = true;
xmlhttp.abort();
}, 5000);
xmlhttp.open("HEAD", window.location.protocol + "//uapi.boe.com.cn", true);
xmlhttp.open("HEAD", window.location.protocol + "//uapi.boe.com.cn/500.html", true);
xmlhttp.send();
xmlhttp.onreadystatechange = function () {
if (xmlhttp.readyState == 4) {