Michael Wang %!s(int64=3) %!d(string=hai) anos
pai
achega
7212901ea3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/features/UserLogin/UserLogin.vue

+ 1 - 1
src/features/UserLogin/UserLogin.vue

@@ -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;