✨ feat: 关闭验证码,修复待检任务
This commit is contained in:
@@ -198,7 +198,7 @@ $--metal-gradient-light: linear-gradient(145deg, #f5f5f5, #fff);
|
||||
}
|
||||
|
||||
.login-box {
|
||||
width: 500px;
|
||||
width: 400px;
|
||||
padding: 40px 32px 32px 32px;
|
||||
border-radius: 12px;
|
||||
box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.2);
|
||||
@@ -215,6 +215,7 @@ $--metal-gradient-light: linear-gradient(145deg, #f5f5f5, #fff);
|
||||
|
||||
.login-form {
|
||||
.el-input {
|
||||
margin-top: 20px;
|
||||
input {
|
||||
height: 40px !important;
|
||||
color: $--color-text-primary; // 白色文字
|
||||
|
||||
@@ -211,10 +211,10 @@ export default {
|
||||
watch: {
|
||||
"$route.query.commissionId": {
|
||||
handler(newVal) {
|
||||
if (newVal) {
|
||||
// if (newVal) {
|
||||
this.queryParams.commissionId = newVal;
|
||||
this.getList();
|
||||
}
|
||||
// }
|
||||
},
|
||||
immediate: true
|
||||
}
|
||||
|
||||
@@ -185,7 +185,7 @@ export default {
|
||||
detailData: {}
|
||||
};
|
||||
},
|
||||
created() {
|
||||
mounted() {
|
||||
this.getList();
|
||||
},
|
||||
components: {
|
||||
|
||||
Reference in New Issue
Block a user