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

This commit is contained in:
zhengjie
2020-12-24 16:32:07 +08:00
parent bdfce639e5
commit 02b5ce18e1

View File

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