前端参数调整

This commit is contained in:
joshen
2025-07-21 15:02:46 +08:00
parent ed899cdd2c
commit f4c9b921bb

View File

@@ -1444,7 +1444,7 @@
xmlhttp.send(); xmlhttp.send();
xmlhttp.onreadystatechange = function () { xmlhttp.onreadystatechange = function () {
if (xmlhttp.readyState == 4) { if (xmlhttp.readyState == 4) {
if (xmlhttp.status != 200) { if (xmlhttp.status == 200) {
clearTimeout(timer); clearTimeout(timer);
$this.Internet = 1; $this.Internet = 1;
$this.protocolDialogVisible=true $this.protocolDialogVisible=true