优化多级菜单之间切换无法缓存的问题
ruoyi-ui/src/store/modules/permission.js @@ -74,7 +74,6 @@ } children.push(c) }) childrenMap.splice(index, 1) return } }