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