Prechádzať zdrojové kódy

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

zhangjie 2 rokov pred
rodič
commit
85c1b59d81
1 zmenil súbory, kde vykonal 1 pridanie a 2 odobranie
  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;