mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
仅内网可见-管理员端 调试
This commit is contained in:
@@ -1426,6 +1426,8 @@
|
||||
},
|
||||
refreshPage() {
|
||||
location.reload(true);
|
||||
this.getInternet();
|
||||
this.loadData();
|
||||
},
|
||||
getXmlHttpRequest() {
|
||||
if (window.XMLHttpRequest) {
|
||||
@@ -1452,7 +1454,6 @@
|
||||
if (xmlhttp.status == 200) {
|
||||
clearTimeout(timer);
|
||||
$this.Internet = 1;
|
||||
|
||||
} else {
|
||||
clearTimeout(timer);
|
||||
// $this.protocolDialogVisible=true
|
||||
|
||||
Reference in New Issue
Block a user