bug修改
This commit is contained in:
parent
e5304b0a49
commit
a7bea8119e
|
@ -94,14 +94,12 @@ export default {
|
||||||
this.$message.success("登录成功");
|
this.$message.success("登录成功");
|
||||||
this.$router.push("/index");
|
this.$router.push("/index");
|
||||||
} else {
|
} else {
|
||||||
this.$message.error("请输入正确的账号和密码");
|
this.$message.error(res.data.msg);
|
||||||
console.log("error submit!!");
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
this.$message.error("请输入正确的账号和密码");
|
this.$message.error(res.data.msg);
|
||||||
console.log("error submit!!");
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
@ -173,7 +171,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;
|
||||||
|
@ -186,13 +184,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;
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue