Compare commits
No commits in common. "078349396e507eba78ca3eef098d85054e2430a2" and "e5304b0a498a629f7c5a0db9b832edef0d149821" have entirely different histories.
078349396e
...
e5304b0a49
|
@ -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;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
@ -187,10 +189,10 @@ export default {
|
||||||
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;
|
||||||
|
|
Loading…
Reference in New Issue