perf: 优化细节

This commit is contained in:
H0nGzA1
2023-05-17 23:48:59 +08:00
parent d10127eafc
commit f4f958d2e9
7 changed files with 10 additions and 11 deletions

View File

@@ -45,6 +45,5 @@ export const handleMenu = (menuData: Array<any>) => {
},
...data
]
console.log(menu)
return menu
}