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
Vben 5.3.0 按照文档配置静态路由左侧菜单栏不显示菜单
参考文档配置如下
// 有需要可以自行打开注释,并创建文件夹 静态路由 const externalRouteFiles = import.meta.glob('./external/**/*.ts', { eager: true }); /** 动态路由 */ const dynamicRoutes: RouteRecordRaw[] = mergeRouteModules(dynamicRouteFiles); /** 外部路由列表,访问这些页面可以不需要Layout,可能用于内嵌在别的系统 */ const externalRoutes: RouteRecordRaw[] = mergeRouteModules(externalRouteFiles); // const externalRoutes: RouteRecordRaw[] = []; /** 路由列表,由基本路由+静态路由组成 */ const routes: RouteRecordRaw[] = [ ...coreRoutes, ...externalRoutes, fallbackNotFoundRoute, ];
左侧菜单栏缺少一个项目管理menu
直接访问路由页面可以显示
暂无
MacOS 14.3.1 Visual Studio Code 1.94.2 Chrome 129.0.6668.101(正式版本)
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Version
Vben Admin V5
Describe the bug?
Vben 5.3.0 按照文档配置静态路由左侧菜单栏不显示菜单
参考文档配置如下
左侧菜单栏缺少一个项目管理menu
直接访问路由页面可以显示
Reproduction
暂无
System Info
Relevant log output
No response
Validations
The text was updated successfully, but these errors were encountered: