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
并非所有路由都要展示为菜单,如何配置?在路由中配置hideInMenu没有生效
The text was updated successfully, but these errors were encountered:
哪个版本, 路由配置能贴来看一下吗
Sorry, something went wrong.
我也碰到同样的问题, @ant-design-vue/pro-layout 3.2.3 在动态生成路由中hideInMenu 和hideChildrenInMenu 都不生效: // 是否设置了隐藏菜单 if (show === false) { currentRouter.hideInMenu = true } // 是否设置了隐藏子菜单 if (hideChildren) { currentRouter.hideChildrenInMenu = true }
No branches or pull requests
🧐 问题描述 Problem Description
并非所有路由都要展示为菜单,如何配置?在路由中配置hideInMenu没有生效
The text was updated successfully, but these errors were encountered: