fix
This commit is contained in:
parent
f283f06ddb
commit
dfb72d130c
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
|
|
@ -221,8 +221,8 @@ export const devItem = (
|
|||
if (item.childs) {
|
||||
return item.childs.map((e) => {
|
||||
if (e) {
|
||||
const mitem = metas[e.id]?.mitem;
|
||||
if (mitem) return devItem(metas, mitem, page_id);
|
||||
const m = metas[e.id];
|
||||
if (m && m.mitem) return devItem(metas, m.mitem, page_id);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue