This commit is contained in:
lmj
2022-06-22 17:58:21 +08:00
parent 990466a0f2
commit 8d786611ca
2 changed files with 5 additions and 2 deletions

View File

@@ -221,7 +221,7 @@ export default {
xmlhttp.abort();
}, 5000);
xmlhttp.open("HEAD", "http://10.251.132.75/web",true);
//xmlhttp.open("HEAD", "https://u-pre.boe.com/web",true);
// xmlhttp.open("HEAD", "https://u-pre.boe.com/web",true);
xmlhttp.send();
xmlhttp.onreadystatechange=function() {
// console.log(xmlhttp.readyState,"xmlhttp.readyState");