mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
fix: 修复火狐报错的弹窗提醒
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user