dusenyao %!s(int64=3) %!d(string=hai) anos
pai
achega
19f8c5b0e9
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/layouts/components/LayoutHeader.vue

+ 0 - 1
src/layouts/components/LayoutHeader.vue

@@ -165,7 +165,6 @@ export default {
         .then(({ child_sys_list }) => {
           if (child_sys_list && child_sys_list.length > 0) {
             this.projectList = child_sys_list;
-            if (this.LoginNavIndex) return;
             this.projectList.forEach((item, index) => {
               if (item.key === this.loginNav) {
                 this.LoginNavIndex = index;