Compare commits

...

1 Commits

Author SHA1 Message Date
joshen
e8fe7b4fd3 fix: 修复火狐报错的弹窗提醒 2025-08-14 14:03:53 +08:00

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