Compare commits

..

No commits in common. "078349396e507eba78ca3eef098d85054e2430a2" and "e5304b0a498a629f7c5a0db9b832edef0d149821" have entirely different histories.

1 changed files with 9 additions and 7 deletions

View File

@ -94,12 +94,14 @@ export default {
this.$message.success("登录成功"); this.$message.success("登录成功");
this.$router.push("/index"); this.$router.push("/index");
} else { } else {
this.$message.error(res.data.msg); this.$message.error("请输入正确的账号和密码");
console.log("error submit!!");
return false; return false;
} }
}); });
} else { } else {
this.$message.error(res.data.msg); this.$message.error("请输入正确的账号和密码");
console.log("error submit!!");
return false; return false;
} }
}); });
@ -171,7 +173,7 @@ export default {
padding: 7px; padding: 7px;
background: url("../../assets/borad-bg.png") no-repeat; background: url("../../assets/borad-bg.png") no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
.welcome { .welcome {
color: #fff; color: #fff;
font-size: 20px; font-size: 20px;
@ -184,13 +186,13 @@ export default {
box-sizing: border-box; box-sizing: border-box;
padding: 10px; padding: 10px;
padding-top: 40px; padding-top: 40px;
color: #fff; color: #fff;
::v-deep .el-input__inner { ::v-deep .el-input__inner {
background: rgba(4, 44, 98, 0.3); background: rgba(4, 44, 98, 0.3);
border-color: rgba(34, 189, 186); border-color: rgba(34,189, 186)
} }
::v-deep .el-form-item__label { ::v-deep .el-form-item__label{
color: #fff; color:#fff
} }
.el-form-item { .el-form-item {
margin-bottom: 50px; margin-bottom: 50px;