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