fix
This commit is contained in:
parent
91a770a2a0
commit
f283f06ddb
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -220,8 +220,10 @@ export const devItem = (
|
|||
|
||||
if (item.childs) {
|
||||
return item.childs.map((e) => {
|
||||
const mitem = metas[e.id].mitem;
|
||||
if (e) {
|
||||
const mitem = metas[e.id]?.mitem;
|
||||
if (mitem) return devItem(metas, mitem, page_id);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue