|
@@ -157,7 +157,7 @@ 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.host;
|
|
|
|
|
|
+ this.loginInfo.domain = window.location.hostname;
|
|
sessionStorage.clear();
|
|
sessionStorage.clear();
|
|
var params = this.$route.query;
|
|
var params = this.$route.query;
|
|
|
|
|