mp:优化【菜单】其它类型的处理
This commit is contained in:
@@ -438,7 +438,7 @@ export default {
|
||||
if (!item.children || item.children.length <= 0) {
|
||||
return;
|
||||
}
|
||||
item.children = [];
|
||||
menu.children = [];
|
||||
item.children.forEach(subItem => {
|
||||
menu.children.push(this.convertMenuForm(subItem))
|
||||
})
|
||||
|
Reference in New Issue
Block a user