mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-08 12:57:11 +08:00
fix: 解决代码生成页面丢失目录层级问题
This commit is contained in:
@@ -95,7 +95,7 @@ const mergeDir = (parent: TreeNodeData) => {
|
||||
mergeDir(child)
|
||||
}
|
||||
}
|
||||
return ''
|
||||
return parent.title
|
||||
}
|
||||
|
||||
const pushDir = (children: TreeNodeData[] | undefined, treeNode: TreeNodeData) => {
|
||||
|
Reference in New Issue
Block a user