Kaynağa Gözat

fix #IC4YKL

imndx 5 ay önce
ebeveyn
işleme
b8cae5ed18

+ 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);
             }