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
当我尝试隐藏一些多余的侧边菜单栏时,将 src/router/index.ts 中对应的路由设置为 hidden: true 时无效
src/router/index.ts
hidden: true
The text was updated successfully, but these errors were encountered:
兄弟,现在解决了吗,一样的问题,我是直接删除多余路由的,没有效果。 比如,我删除所有多余路由,只保留我自己写的路由,结果刷新一看,之前的“引导”、“工作台”、“权限管理”的 全都还在,我搞不懂
Sorry, something went wrong.
需要在设置中关掉服务端动态路由
No branches or pull requests
当我尝试隐藏一些多余的侧边菜单栏时,将
src/router/index.ts
中对应的路由设置为hidden: true
时无效The text was updated successfully, but these errors were encountered: