Browse Source

优化多级菜单之间切换无法缓存的问题

RuoYi 5 years ago
parent
commit
7ceb5c3c8f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      ruoyi-ui/src/store/modules/permission.js

+ 0 - 1
ruoyi-ui/src/store/modules/permission.js

@@ -74,7 +74,6 @@ function filterChildren(childrenMap) {
74 74
           }
75 75
           children.push(c)
76 76
         })
77
-        childrenMap.splice(index, 1)
78 77
         return
79 78
       }
80 79
     }