فهرست منبع

fix 身份证号登录

Michael Wang 5 سال پیش
والد
کامیت
5f58405a87
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 4 1
      src/features/Login/Login.vue

+ 4 - 1
src/features/Login/Login.vue

@@ -259,7 +259,10 @@ export default {
     await this.checkElectronConfig();
     await this.checkVCam();
 
-    if (this.allowLoginType === "IDENTITY_NUMBER") {
+    if (
+      this.allowLoginType.length === 1 &&
+      this.allowLoginType[0] === "IDENTITY_NUMBER"
+    ) {
       this.loginType = "STUDENT_IDENTITY_NUMBER";
     }
   },