代码更新

This commit is contained in:
GaoHao
2025-02-26 19:46:20 +08:00
parent 7519ffced3
commit b4a0393d2d
413 changed files with 7483 additions and 60762 deletions

View File

@@ -29,12 +29,14 @@ export function returnAllCategory(arr) {
...cur,
name: '' + cur.name,
childrenList: undefined
}, ...cur.childrenList.map(v => {
return {
...v,
name: '' + v.name
}
})])
},
// ...cur.childrenList.map(v => {
// return {
// ...v,
// name: '' + v.name
// }
// })
])
return prve
}, [])
return result