소스 검색

fix #IC4YKL

imndx 5 달 전
부모
커밋
b8cae5ed18
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      organization-web/src/components/common/Home.vue

+ 1 - 1
organization-web/src/components/common/Home.vue

@@ -104,7 +104,7 @@ export default {
 
     methods: {
         go2home() {
-            const defaultPath = this.rootOrganizations.length > 0 ? '/organization/departmentanduser' : '/organization//import-member';
+            const defaultPath = this.rootOrganizations.length > 0 ? '/organization/departmentanduser' : '/organization/departmentanduser/import-member';
             if (this.$router.history.current.path !== defaultPath) {
                 this.$router.replace(defaultPath);
             }