bug修改

This commit is contained in:
lixiaobang 2024-07-04 16:30:01 +08:00
parent e5304b0a49
commit a7bea8119e
2 changed files with 7 additions and 9 deletions

View File

@ -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;
}
});
@ -186,13 +184,13 @@ export default {
box-sizing: border-box;
padding: 10px;
padding-top: 40px;
color: #fff;
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;

BIN
suyiScreenWeb.rar Normal file

Binary file not shown.