前端参数调整

This commit is contained in:
joshen
2025-07-21 15:09:39 +08:00
parent f4c9b921bb
commit e3735e4b92

View File

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