菜单
This commit is contained in:
parent
aa0bf7bf82
commit
34be956606
@ -362,7 +362,7 @@ function transformNode(menu: any) {
|
|||||||
path: node.menuName,
|
path: node.menuName,
|
||||||
icon: node.menuIcon,
|
icon: node.menuIcon,
|
||||||
menu_type: node.children.length != 0 ? null : 'tab',
|
menu_type: node.children.length != 0 ? null : 'tab',
|
||||||
component: node.children.length != 0 ? '' : '/src/views/backend/auth/menuManagement/index.vue',
|
component: node.children.length != 0 ? '' : '/src/views/backend' + node.funParam,
|
||||||
extend: 'none',
|
extend: 'none',
|
||||||
children: node.children.map(transformNode),
|
children: node.children.map(transformNode),
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user