feat: 增加研判指令备用

This commit is contained in:
2025-12-10 19:47:07 +08:00
parent 95476485bf
commit b9396bb37f
8 changed files with 696 additions and 69 deletions

View File

@ -679,12 +679,21 @@ export const publicRoutes = [
{
path: "/strategicResearch",
name: "strategicResearch",
component: () => import("@/views/backOfficeSystem/JudgmentHome/strategicResearch/index"),
component: () => import("@/views/backOfficeSystem/JudgmentHome/strategicResearch/index.vue"),
meta: {
title: "战略研判",
icon: "article"
}
},
{
path: "/judgmentCommand",
name: "judgmentCommand",
component: () => import("@/views/backOfficeSystem/JudgmentHome/judgmentCommand/index.vue"),
meta: {
title: "研判指令",
icon: "article"
}
},
// {
// path: "/analysisReport",