rm auto login

This commit is contained in:
copper 2021-06-08 16:00:38 +08:00
parent b1ef37da03
commit d4f7d8187c
2 changed files with 4 additions and 4 deletions

View File

@ -147,7 +147,7 @@ export default {
// this.loading.close();
// return;
// }
let data = await login("canyin", "water123456", 'tt', 'tt');
let data = await login(this.form.utel, this.form.upass, 'tt', 'tt');
this.$store.commit("login", data);
/**
* 初始化设备数据传感器数据
@ -209,8 +209,8 @@ export default {
this.bgimg = require("../assets/back.jpg");
this.avter = require("../assets/login-portrait.png");
this.logobg = require("../assets/back.jpg");
// this.createCode();
this.login();
this.createCode();
// this.login();
}
};
</script>

View File

@ -22,7 +22,7 @@ module.exports = {
config
.plugin('html')
.tap(args => {
args[0].title = '水质监测平台'
args[0].title = '餐饮具消毒平台'
return args
})
},