|
@@ -173,7 +173,8 @@ export default {
|
|
this.$router.push(this.$route.hash.slice(1));
|
|
this.$router.push(this.$route.hash.slice(1));
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
- this.loginInfo.domain = window.location.hostname;
|
|
|
|
|
|
+ this.loginInfo.domain =
|
|
|
|
+ window.location.hostname.split(".")[0] + ".ecs.qmth.com.cn";
|
|
sessionStorage.clear();
|
|
sessionStorage.clear();
|
|
var params = this.$route.query;
|
|
var params = this.$route.query;
|
|
|
|
|