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