|
@@ -726,11 +726,7 @@ export default {
|
|
return domain;
|
|
return domain;
|
|
},
|
|
},
|
|
isEPCC() {
|
|
isEPCC() {
|
|
- return (
|
|
|
|
- this.schoolDomain === "iepcc-ps.qmth.com.cn" ||
|
|
|
|
- (this.schoolDomain === "ecs-dev.qmth.com.cn" &&
|
|
|
|
- location.search.includes("redirectUrl="))
|
|
|
|
- );
|
|
|
|
|
|
+ return this.schoolDomain === "iepcc-ps.qmth.com.cn";
|
|
},
|
|
},
|
|
usernameInputPlaceholder() {
|
|
usernameInputPlaceholder() {
|
|
if (this.loginType === "STUDENT_CODE") {
|
|
if (this.loginType === "STUDENT_CODE") {
|