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