|
@@ -178,9 +178,11 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
if (
|
|
if (
|
|
- this.$route.path.includes("xjtu.ecs.qmth.com.cn") ||
|
|
|
|
- this.$route.path.includes("snnu.ecs.qmth.com.cn") ||
|
|
|
|
- this.$route.path.includes("cup.ecs.qmth.com.cn")
|
|
|
|
|
|
+ [
|
|
|
|
+ "xjtu.ecs.qmth.com.cn",
|
|
|
|
+ "snnu.ecs.qmth.com.cn",
|
|
|
|
+ "cup.ecs.qmth.com.cn"
|
|
|
|
+ ].includes(this.$route.params.domain)
|
|
) {
|
|
) {
|
|
this.disableLoginBtn = true;
|
|
this.disableLoginBtn = true;
|
|
if (
|
|
if (
|