修改请求的域名

This commit is contained in:
daihh
2022-06-23 11:40:21 +08:00
parent 501a935ca0
commit 24e64722b4

View File

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