feat: 战术研判,战略研判 位置挪动到其他里面

This commit is contained in:
2025-12-10 11:04:40 +08:00
parent ab73675b23
commit 024cb1e56b

View File

@ -667,25 +667,7 @@ export const publicRoutes = [
icon: "article" icon: "article"
} }
}, },
{
path: "/ResearchHome",
name: "ResearchHome",
component: () => import("@/views/backOfficeSystem/JudgmentHome/ResearchHome/index"),
meta: {
title: "战术研判",
icon: "article"
}
},
{
path: "/situationHome",
name: "situationHome",
component: () => import("@/views/backOfficeSystem/JudgmentHome/situationHome/index"),
meta: {
title: "战略研判",
icon: "article"
}
},
// { // {
// path: "/analysisReport", // path: "/analysisReport",
// name: "AnalysisReport", // name: "AnalysisReport",
@ -843,6 +825,25 @@ export const publicRoutes = [
component: () => import("@/views/backOfficeSystem/HumanIntelligence/CollectCrculate/index"), component: () => import("@/views/backOfficeSystem/HumanIntelligence/CollectCrculate/index"),
meta: { title: "信息采集", icon: "article" }, meta: { title: "信息采集", icon: "article" },
}, },
{
path: "/ResearchHome",
name: "ResearchHome",
component: () => import("@/views/backOfficeSystem/JudgmentHome/ResearchHome/index"),
meta: {
title: "战术研判",
icon: "article"
}
},
{
path: "/situationHome",
name: "situationHome",
component: () => import("@/views/backOfficeSystem/JudgmentHome/situationHome/index"),
meta: {
title: "战略研判",
icon: "article"
}
},
] ]
}, },
] ]