提交注释换url

This commit is contained in:
daihh
2022-06-22 11:54:04 +08:00
parent 20a8397960
commit c41bbd288b

View File

@@ -225,8 +225,8 @@ export default {
timedOut = true; timedOut = true;
xmlhttp.abort(); xmlhttp.abort();
}, 5000); }, 5000);
// xmlhttp.open("HEAD", "http://10.251.132.75/web",true); 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.send();
xmlhttp.onreadystatechange=function() { xmlhttp.onreadystatechange=function() {
// console.log(xmlhttp.readyState,"xmlhttp.readyState"); // console.log(xmlhttp.readyState,"xmlhttp.readyState");