|
@@ -165,7 +165,9 @@ export default {
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
|
- domainInUrl: this.$route.params.domain,
|
|
|
+ domainInUrl:
|
|
|
+ this.$route.params.domain ||
|
|
|
+ window.location.hostname.split(".")[0] + ".ecs.qmth.com.cn",
|
|
|
QECSConfig: {},
|
|
|
loginType: "STUDENT_CODE",
|
|
|
errorInfo: "",
|