refactor(router): 优化路由配置,隐藏非必要动态路由
Some checks failed
Lint Code / Lint Code (push) Failing after 3m48s
Some checks failed
Lint Code / Lint Code (push) Failing after 3m48s
- mock数据中只返回项目管理和系统管理路由,去除其他动态路由 - 限制自动导入的路由模块,仅包含项目管理、系统管理和剩余路由 - 首页重定向到项目管理首页,隐藏首页菜单链接显示 - 更新首页路由元信息,确保不显示首页链接
This commit is contained in:
@@ -25,7 +25,7 @@ export default {
|
||||
meta: {
|
||||
title: "项目详情",
|
||||
showLink: false,
|
||||
activePath: "/project"
|
||||
activePath: "/project/index"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user