Sfoglia il codice sorgente

remove 过时代码

Michael Wang 5 anni fa
parent
commit
6853a07899
1 ha cambiato i file con 1 aggiunte e 5 eliminazioni
  1. 1 5
      src/features/Login/Login.vue

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

@@ -726,11 +726,7 @@ export default {
       return domain;
     },
     isEPCC() {
-      return (
-        this.schoolDomain === "iepcc-ps.qmth.com.cn" ||
-        (this.schoolDomain === "ecs-dev.qmth.com.cn" &&
-          location.search.includes("redirectUrl="))
-      );
+      return this.schoolDomain === "iepcc-ps.qmth.com.cn";
     },
     usernameInputPlaceholder() {
       if (this.loginType === "STUDENT_CODE") {