bug修改
This commit is contained in:
parent
e5304b0a49
commit
a7bea8119e
|
@ -94,14 +94,12 @@ export default {
|
|||
this.$message.success("登录成功");
|
||||
this.$router.push("/index");
|
||||
} else {
|
||||
this.$message.error("请输入正确的账号和密码");
|
||||
console.log("error submit!!");
|
||||
this.$message.error(res.data.msg);
|
||||
return false;
|
||||
}
|
||||
});
|
||||
} else {
|
||||
this.$message.error("请输入正确的账号和密码");
|
||||
console.log("error submit!!");
|
||||
this.$message.error(res.data.msg);
|
||||
return false;
|
||||
}
|
||||
});
|
||||
|
@ -189,10 +187,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
|
||||
::v-deep .el-form-item__label {
|
||||
color: #fff;
|
||||
}
|
||||
.el-form-item {
|
||||
margin-bottom: 50px;
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue