Michael Wang 3 anni fa
parent
commit
7212901ea3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;