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