This commit is contained in:
刘玉霞 2024-06-27 16:47:34 +08:00
parent aa0bf7bf82
commit 34be956606

View File

@ -362,7 +362,7 @@ function transformNode(menu: any) {
path: node.menuName,
icon: node.menuIcon,
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',
children: node.children.map(transformNode),
}