Explorar o código

epcc 域名统一

Michael Wang %!s(int64=5) %!d(string=hai) anos
pai
achega
9a8f2bb50f
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      src/components/MainLayout/MainLayout.vue
  2. 1 1
      src/features/Login/Login.vue

+ 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") {