Explorar el Código

Merge branch 'dev_1.2.0' of http://git.qmth.com.cn/union-question/union-question-web into dev_1.2.0

zhangjie hace 2 años
padre
commit
85c1b59d81
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      src/modules/portal/views/Login.vue

+ 1 - 2
src/modules/portal/views/Login.vue

@@ -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;