diff --git a/src/views/centerairC/deviceStrategy/index.vue b/src/views/centerairC/deviceStrategy/index.vue index a153828..af18bfb 100644 --- a/src/views/centerairC/deviceStrategy/index.vue +++ b/src/views/centerairC/deviceStrategy/index.vue @@ -337,7 +337,7 @@ export default { // 关闭 loading 效果 this.loading = false; }); - }, 6000); + }, 5000); } else { // this.$modal.msgError("操作失败"); console.log("应该更新状态的"); diff --git a/src/views/centerairC/sysControl/index.vue b/src/views/centerairC/sysControl/index.vue index 942006b..5118227 100644 --- a/src/views/centerairC/sysControl/index.vue +++ b/src/views/centerairC/sysControl/index.vue @@ -370,7 +370,7 @@ export default { // 关闭 loading 效果 this.loading = false; }); - }, 6000); + }, 5000); } else { // this.$modal.msgError("操作失败"); console.log("应该更新状态的"); diff --git a/src/views/centerairC/sysMonitor/index.vue b/src/views/centerairC/sysMonitor/index.vue index 9a3f0e1..c111873 100644 --- a/src/views/centerairC/sysMonitor/index.vue +++ b/src/views/centerairC/sysMonitor/index.vue @@ -694,7 +694,7 @@ export default { // 关闭 loading 效果 this.loading = false; }); - }, 6000); + }, 5000); } else { this.getOneKeyButton(); } diff --git a/src/views/centerairC/timeSwitch/index.vue b/src/views/centerairC/timeSwitch/index.vue index d6c8c12..d9b42da 100644 --- a/src/views/centerairC/timeSwitch/index.vue +++ b/src/views/centerairC/timeSwitch/index.vue @@ -259,7 +259,7 @@ export default { // 关闭 loading 效果 this.loading = false; }); - }, 6000); + }, 5000); } else { // this.$modal.msgError("操作失败"); console.log("应该更新状态的"); diff --git a/src/views/hotWater/waterControl/index.vue b/src/views/hotWater/waterControl/index.vue index 88b1132..22b9435 100644 --- a/src/views/hotWater/waterControl/index.vue +++ b/src/views/hotWater/waterControl/index.vue @@ -567,7 +567,7 @@ export default { // 关闭 loading 效果 this.loading = false; }); - }, 6000); + }, 5000); } else { // this.$modal.msgError("操作失败"); console.log("应该更新状态的"); diff --git a/src/views/login.vue b/src/views/login.vue index 099cf82..d87e8e1 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -99,8 +99,8 @@ export default { return { codeUrl: "", loginForm: { - username: "mhtech", - password: "mh@803", + username: "", + password: "", rememberMe: false, code: "", uuid: "",