mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-15 22:06:43 +08:00
修改请求的域名
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user