mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-07 18:06:44 +08:00
fix: 修复火狐报错的弹窗提醒
This commit is contained in:
@@ -1428,9 +1428,9 @@
|
||||
});
|
||||
},
|
||||
refreshPage() {
|
||||
location.reload(true);
|
||||
this.getInternet();
|
||||
this.loadData();
|
||||
location.reload();
|
||||
// this.getInternet();
|
||||
// this.loadData();
|
||||
},
|
||||
getXmlHttpRequest() {
|
||||
if (window.XMLHttpRequest) {
|
||||
|
||||
Reference in New Issue
Block a user