修改测试配置

This commit is contained in:
joshen
2025-07-21 18:36:52 +08:00
parent 4b7a07d610
commit 976daeb5e3

View File

@@ -652,11 +652,11 @@
if (xmlhttp.readyState == 4) {
if (xmlhttp.status == 200) {
clearTimeout(timer);
$this.Internet = 2;
$this.protocolDialogVisible=true
$this.Internet = 1;
} else {
clearTimeout(timer);
$this.Internet = 2;
$this.protocolDialogVisible=true
}
} else {
if (timedOut) return;//忽略中止请求