更新路由

This commit is contained in:
Esacpe 2025-05-20 16:10:59 +08:00
parent ccfcea87a7
commit 7d3f5a82cb
2 changed files with 7 additions and 2 deletions

View File

@ -373,8 +373,9 @@ export const publicRoutes = [
]
},
{
path: "/ResearchHome",
name: "ResearchHome",
path: "/Research",
name: "Research",
redirect: "/ResearchHome",
meta: {
title: "研判首页",
icon: "article"

View File

@ -326,4 +326,8 @@ const tabHeightFn = () => {
padding: 8px 0;
}
::v-deep .el-link {
margin: 3px;
}
</style>