优化多级菜单之间切换无法缓存的问题
parent
bfd33f2412
commit
7ceb5c3c8f
|
@ -74,7 +74,6 @@ function filterChildren(childrenMap) {
|
||||||
}
|
}
|
||||||
children.push(c)
|
children.push(c)
|
||||||
})
|
})
|
||||||
childrenMap.splice(index, 1)
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue