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

This commit is contained in:
zhengjie
2020-12-24 16:47:32 +08:00
parent 02b5ce18e1
commit 15607a368a

View File

@@ -62,7 +62,6 @@ function filterChildren(childrenMap) {
}
children.push(c)
})
childrenMap.splice(index, 1)
return
}
}