fix: 修复火狐报错的问题

去除冗余的接口请求
This commit is contained in:
2025-08-14 13:37:41 +08:00
parent 029d5b0791
commit 67f7e9e70d

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) {