mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-07 18:06:44 +08:00
前端参数调整
This commit is contained in:
@@ -1445,11 +1445,12 @@
|
||||
xmlhttp.onreadystatechange = function () {
|
||||
if (xmlhttp.readyState == 4) {
|
||||
if (xmlhttp.status == 200) {
|
||||
clearTimeout(timer);
|
||||
$this.Internet = 1;
|
||||
$this.protocolDialogVisible=true
|
||||
clearTimeout(timer);
|
||||
$this.Internet = 2;
|
||||
} else {
|
||||
clearTimeout(timer);
|
||||
|
||||
$this.Internet = 2;
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user