mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-11 03:46:47 +08:00
修改测试配置
This commit is contained in:
@@ -652,11 +652,11 @@
|
|||||||
if (xmlhttp.readyState == 4) {
|
if (xmlhttp.readyState == 4) {
|
||||||
if (xmlhttp.status == 200) {
|
if (xmlhttp.status == 200) {
|
||||||
clearTimeout(timer);
|
clearTimeout(timer);
|
||||||
$this.Internet = 2;
|
$this.Internet = 1;
|
||||||
$this.protocolDialogVisible=true
|
|
||||||
} else {
|
} else {
|
||||||
clearTimeout(timer);
|
clearTimeout(timer);
|
||||||
$this.Internet = 2;
|
$this.Internet = 2;
|
||||||
|
$this.protocolDialogVisible=true
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (timedOut) return;//忽略中止请求
|
if (timedOut) return;//忽略中止请求
|
||||||
|
|||||||
Reference in New Issue
Block a user