فهرست منبع

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