This commit is contained in:
jianzhichu
2025-12-20 14:10:50 +08:00
parent 7666ab109d
commit 413f19c537
8 changed files with 54 additions and 38 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ const onFinish = (values: PassFormState) => {
visible.value = false;
http.removeAuthorization();
} else {
message.error(res.erro, 8);
message.error(res.message, 8);
}
});
}