mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
提交注释换url
This commit is contained in:
@@ -225,8 +225,8 @@ export default {
|
||||
timedOut = true;
|
||||
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", "http://10.251.132.75/web",true);
|
||||
//xmlhttp.open("HEAD", "https://u-pre.boe.com/web",true);
|
||||
xmlhttp.send();
|
||||
xmlhttp.onreadystatechange=function() {
|
||||
// console.log(xmlhttp.readyState,"xmlhttp.readyState");
|
||||
|
||||
Reference in New Issue
Block a user