We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vben Admin V5
我发现现在需要设置一个不需要分组的菜单,需要hideChildrenInMenu并且重定向,这样设计不是很合理感觉
我想要的是可以直接 { component: () => TopLayout, meta: { icon: 'ion:layers-outline', order: 100_000, title: '测试', }, path: '/test', }, 不需要多一层无意义的children并且去hideChildrenInMenu
No response
The text was updated successfully, but these errors were encountered:
或者meta有一个isSingleLevelRoute来标识这个route,或者现在有可以优雅配置的方案我没有发现,但是文档中并没有显示出来
Sorry, something went wrong.
No branches or pull requests
Version
Vben Admin V5
Description
我发现现在需要设置一个不需要分组的菜单,需要hideChildrenInMenu并且重定向,这样设计不是很合理感觉
Proposed Solution
我想要的是可以直接
{
component: () => TopLayout,
meta: {
icon: 'ion:layers-outline',
order: 100_000,
title: '测试',
},
path: '/test',
},
不需要多一层无意义的children并且去hideChildrenInMenu
Alternatives Considered
No response
Additional Context
No response
Validations
The text was updated successfully, but these errors were encountered: