|
@@ -91,7 +91,7 @@
|
|
|
|
|
|
<script>
|
|
|
import { LOGIN_BY_USERNAME } from "../../store/action-types";
|
|
|
-import { ORG_CODE } from "../../constant/constants";
|
|
|
+import { ORG_CODE, DOMAIN_IN_URL } from "../../constant/constants";
|
|
|
import { getLogo } from "@/api/login";
|
|
|
|
|
|
export default {
|
|
@@ -119,7 +119,7 @@ export default {
|
|
|
await this.$store.dispatch(LOGIN_BY_USERNAME, {
|
|
|
loginName: this.user.username,
|
|
|
password: this.user.password,
|
|
|
- code: "test1",
|
|
|
+ code: DOMAIN_IN_URL,
|
|
|
});
|
|
|
// console.log(res);
|
|
|
// localStorage.setItem("themis-user", res.data);
|