xiatian 1 년 전
부모
커밋
57eea9f40f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/modules/portal/views/home/Home.vue

+ 2 - 2
src/modules/portal/views/home/Home.vue

@@ -322,12 +322,12 @@ export default {
       this.$refs.passForm.resetFields();
     },
     logout() {
-      const orgId = this.user.rootOrgId;
+      const rootOrgCode = this.user.rootOrgCode;
       const getRootOrgId = () => {
         if (location.hostname.includes("qmth.com.cn")) {
           return "";
         } else {
-          return "?orgId=" + orgId;
+          return "?code=" + rootOrgCode;
         }
       };