前端参数调整

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.onreadystatechange = function () {
if (xmlhttp.readyState == 4) {
if (xmlhttp.status != 200) {
if (xmlhttp.status == 200) {
clearTimeout(timer);
$this.Internet = 1;
$this.protocolDialogVisible=true