Commit 02b5ce18 by zhengjie

[代码优化](v2.6):优化多级菜单之间切换无法缓存的问题

parent bdfce639
......@@ -62,6 +62,7 @@ function filterChildren(childrenMap) {
}
children.push(c)
})
childrenMap.splice(index, 1)
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