fix: 修复火狐报错的弹窗提醒

This commit is contained in:
joshen
2025-08-14 14:03:53 +08:00
parent 029d5b0791
commit e8fe7b4fd3

View File

@@ -1428,9 +1428,9 @@
}); });
}, },
refreshPage() { refreshPage() {
location.reload(true); location.reload();
this.getInternet(); // this.getInternet();
this.loadData(); // this.loadData();
}, },
getXmlHttpRequest() { getXmlHttpRequest() {
if (window.XMLHttpRequest) { if (window.XMLHttpRequest) {