Browse Source

1、请求控制接口时间改成5秒;

2、登录去掉账户名密码;
dev
mh 2 weeks ago
parent
commit
ce1a157b9e
  1. 2
      src/views/centerairC/deviceStrategy/index.vue
  2. 2
      src/views/centerairC/sysControl/index.vue
  3. 2
      src/views/centerairC/sysMonitor/index.vue
  4. 2
      src/views/centerairC/timeSwitch/index.vue
  5. 2
      src/views/hotWater/waterControl/index.vue
  6. 4
      src/views/login.vue

2
src/views/centerairC/deviceStrategy/index.vue

@ -337,7 +337,7 @@ export default {
// loading
this.loading = false;
});
}, 6000);
}, 5000);
} else {
// this.$modal.msgError("");
console.log("应该更新状态的");

2
src/views/centerairC/sysControl/index.vue

@ -370,7 +370,7 @@ export default {
// loading
this.loading = false;
});
}, 6000);
}, 5000);
} else {
// this.$modal.msgError("");
console.log("应该更新状态的");

2
src/views/centerairC/sysMonitor/index.vue

@ -694,7 +694,7 @@ export default {
// loading
this.loading = false;
});
}, 6000);
}, 5000);
} else {
this.getOneKeyButton();
}

2
src/views/centerairC/timeSwitch/index.vue

@ -259,7 +259,7 @@ export default {
// loading
this.loading = false;
});
}, 6000);
}, 5000);
} else {
// this.$modal.msgError("");
console.log("应该更新状态的");

2
src/views/hotWater/waterControl/index.vue

@ -567,7 +567,7 @@ export default {
// loading
this.loading = false;
});
}, 6000);
}, 5000);
} else {
// this.$modal.msgError("");
console.log("应该更新状态的");

4
src/views/login.vue

@ -99,8 +99,8 @@ export default {
return {
codeUrl: "",
loginForm: {
username: "mhtech",
password: "mh@803",
username: "",
password: "",
rememberMe: false,
code: "",
uuid: "",

Loading…
Cancel
Save