@@ -157,7 +157,7 @@ export default {
this.$router.push(this.$route.hash.slice(1));
return;
}
- this.loginInfo.domain = window.location.host;
+ this.loginInfo.domain = window.location.hostname;
sessionStorage.clear();
var params = this.$route.query;