mirror of
https://github.com/vbenjs/vben-admin-thin-next.git
synced 2025-02-03 02:18:40 +08:00
fix(menu): ensure the menu has meta attributes close #397
This commit is contained in:
parent
06a416cb5d
commit
6cda40f9b5
@ -54,6 +54,7 @@ export function transformRouteToMenu(routeModList: AppRouteModule[]) {
|
||||
|
||||
return {
|
||||
...(node.meta || {}),
|
||||
meta: node.meta,
|
||||
name: title,
|
||||
hideMenu,
|
||||
path: node.path,
|
||||
|
Loading…
Reference in New Issue
Block a user