소스 검색

epcc 域名统一

Michael Wang 5 년 전
부모
커밋
9a8f2bb50f
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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") {