This commit is contained in:
joshen
2025-07-21 11:19:59 +08:00
parent ce1d662350
commit 202bf7b123

View File

@@ -1417,7 +1417,7 @@
xmlhttp.send();
xmlhttp.onreadystatechange = function () {
if (xmlhttp.readyState == 4) {
if (xmlhttp.status == 200) {
if (xmlhttp.status != 200) {
clearTimeout(timer);
$this.Internet = 1;
$this.$store.dispatch("userTrigger", {