Commit 52264b6e authored by RuoYi's avatar RuoYi

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

parent fd7e88a5
...@@ -74,7 +74,6 @@ function filterChildren(childrenMap) { ...@@ -74,7 +74,6 @@ function filterChildren(childrenMap) {
} }
children.push(c) children.push(c)
}) })
childrenMap.splice(index, 1)
return return
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment