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.$router.push("/index");
} else {
this.$message.error(res.data.msg);
this.$message.error("请输入正确的账号和密码");
console.log("error submit!!");
return false;
}
});
} else {
this.$message.error(res.data.msg);
this.$message.error("请输入正确的账号和密码");
console.log("error submit!!");
return false;
}
});
@ -187,10 +189,10 @@ export default {
color: #fff;
::v-deep .el-input__inner {
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{
color: #fff;
color:#fff
}
.el-form-item {
margin-bottom: 50px;