feat: 关闭验证码,修复待检任务

This commit is contained in:
砂糖
2025-10-10 10:24:31 +08:00
parent e9e8d10ded
commit b0b8416e2f
6 changed files with 16 additions and 73 deletions

View File

@@ -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; // 白色文字

View File

@@ -211,10 +211,10 @@ export default {
watch: {
"$route.query.commissionId": {
handler(newVal) {
if (newVal) {
// if (newVal) {
this.queryParams.commissionId = newVal;
this.getList();
}
// }
},
immediate: true
}

View File

@@ -185,7 +185,7 @@ export default {
detailData: {}
};
},
created() {
mounted() {
this.getList();
},
components: {