@@ -134,7 +134,7 @@ if (!domain?.includes(".ecs.qmth.com.cn")) {
$message.warning("学校域名不正确", { duration: 5 * 60 * 1000 });
}
type FormModel = {
- accountType: "STUDENT_CODE" | "IDENTITY_NUMBER";
+ accountType: "STUDENT_CODE" | "STUDENT_IDENTITY_NUMBER";
accountValue: string;
password: string;
domain: string;