refactor(router): 优化路由配置,隐藏非必要动态路由
Some checks failed
Lint Code / Lint Code (push) Failing after 3m48s

- mock数据中只返回项目管理和系统管理路由,去除其他动态路由
- 限制自动导入的路由模块,仅包含项目管理、系统管理和剩余路由
- 首页重定向到项目管理首页,隐藏首页菜单链接显示
- 更新首页路由元信息,确保不显示首页链接
This commit is contained in:
2026-03-30 11:40:37 +08:00
parent c145e4fd8c
commit 6f3192cf9a
5 changed files with 15 additions and 336 deletions

View File

@@ -25,7 +25,7 @@ export default {
meta: {
title: "项目详情",
showLink: false,
activePath: "/project"
activePath: "/project/index"
}
}
]