Explorar o código

remove 过时代码

Michael Wang %!s(int64=5) %!d(string=hai) anos
pai
achega
6853a07899
Modificáronse 1 ficheiros con 1 adicións e 5 borrados
  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") {