feat : 战术研判,战略研判更新备用

This commit is contained in:
2025-12-10 19:08:59 +08:00
parent 40ebba1ec6
commit 1166ce8320
7 changed files with 882 additions and 0 deletions

View File

@ -667,6 +667,24 @@ export const publicRoutes = [
icon: "article"
}
},
{
path: "/tacticalResearch",
name: "tacticalResearch",
component: () => import("@/views/backOfficeSystem/JudgmentHome/tacticalResearch/index"),
meta: {
title: "战术研判",
icon: "article"
}
},
{
path: "/strategicResearch",
name: "strategicResearch",
component: () => import("@/views/backOfficeSystem/JudgmentHome/strategicResearch/index"),
meta: {
title: "战略研判",
icon: "article"
}
},
// {
// path: "/analysisReport",