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