Przeglądaj źródła

epcc 域名统一

Michael Wang 5 lat temu
rodzic
commit
9a8f2bb50f

+ 1 - 1
src/components/MainLayout/MainLayout.vue

@@ -153,7 +153,7 @@ export default {
       return shouldShow === "true";
     },
     isEpcc() {
-      return this.user.schoolDomain === "iepcc-ps.qmth.com.cn";
+      return this.user.schoolDomain === "iepcc-ps.ecs.qmth.com.cn";
     },
     getLogo() {
       return this.isEpcc

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

@@ -736,7 +736,7 @@ export default {
       return domain;
     },
     isEPCC() {
-      return this.schoolDomain === "iepcc-ps.qmth.com.cn";
+      return this.schoolDomain === "iepcc-ps.ecs.qmth.com.cn";
     },
     usernameInputPlaceholder() {
       if (this.loginType === "STUDENT_CODE") {