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() {
location.reload(true);
this.getInternet();
this.loadData();
location.reload();
// this.getInternet();
// this.loadData();
},
getXmlHttpRequest() {
if (window.XMLHttpRequest) {