前端参数调整

This commit is contained in:
joshen
2025-07-21 15:21:19 +08:00
parent e3735e4b92
commit 13af8ba4e0

View File

@@ -1445,12 +1445,11 @@
xmlhttp.onreadystatechange = function () { xmlhttp.onreadystatechange = function () {
if (xmlhttp.readyState == 4) { if (xmlhttp.readyState == 4) {
if (xmlhttp.status == 200) { if (xmlhttp.status == 200) {
$this.protocolDialogVisible=true
clearTimeout(timer); clearTimeout(timer);
$this.Internet = 2; $this.Internet = 1;
} else { } else {
clearTimeout(timer); clearTimeout(timer);
$this.protocolDialogVisible=true
$this.Internet = 2; $this.Internet = 2;
} }
} else { } else {