更新路由
This commit is contained in:
@ -373,8 +373,9 @@ export const publicRoutes = [
|
||||
]
|
||||
},
|
||||
{
|
||||
path: "/ResearchHome",
|
||||
name: "ResearchHome",
|
||||
path: "/Research",
|
||||
name: "Research",
|
||||
redirect: "/ResearchHome",
|
||||
meta: {
|
||||
title: "研判首页",
|
||||
icon: "article"
|
||||
|
@ -326,4 +326,8 @@ const tabHeightFn = () => {
|
||||
padding: 8px 0;
|
||||
}
|
||||
|
||||
::v-deep .el-link {
|
||||
margin: 3px;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user