mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-14 13:26:44 +08:00
提交注释换url
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user