From 82058b9de78bb596c3e6751190017640752f07ce Mon Sep 17 00:00:00 2001 From: "2584795794@qq.com" <2584795794@qq.com> Date: Tue, 16 Dec 2025 12:15:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 108 +++++++++++++++++++++++++------------------- 1 file changed, 62 insertions(+), 46 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index ede7511..2449285 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -252,12 +252,12 @@ export const publicRoutes = [ // component: () => import("@/views/backOfficeSystem/fourColorManage/warningControl/centerHome/index"), // meta: { title: "预警中心大屏", icon: "article" }, // }, - { - path: "/warningBk", - name: "warningBk", - meta: { title: "布控预警", icon: "article" }, - component: () => import("@/views/backOfficeSystem/fourColorManage/warningControl/warningBk/index"), - }, + // { + // path: "/warningBk", + // name: "warningBk", + // meta: { title: "布控预警", icon: "article" }, + // component: () => import("@/views/backOfficeSystem/fourColorManage/warningControl/warningBk/index"), + // }, { path: "/identityWarning", @@ -306,12 +306,12 @@ export const publicRoutes = [ icon: "article" } }, - { - path: "/fouColorWarning", - name: "fouColorWarning", - meta: { title: "四色预警", icon: "article" }, - component: () => import("@/views/backOfficeSystem/fourColorManage/warningControl/fouColorWarning/index"), - }, + // { + // path: "/fouColorWarning", + // name: "fouColorWarning", + // meta: { title: "四色预警", icon: "article" }, + // component: () => import("@/views/backOfficeSystem/fourColorManage/warningControl/fouColorWarning/index"), + // }, { path: "/scoreRanking", name: "scoreRanking", @@ -736,6 +736,15 @@ export const publicRoutes = [ }, children: [ { + path: "/ResearchHome", + name: "ResearchHome", + component: () => import("@/views/backOfficeSystem/JudgmentHome/ResearchHome/index"), + meta: { + title: "智能研判", + icon: "article" + } + }, + { path: "/dataReduction", name: "dataReduction", component: () => import("@/views/backOfficeSystem/JudgmentHome/dataReduction/index"), @@ -744,44 +753,34 @@ export const publicRoutes = [ icon: "article" } }, + // { + // path: "/situationHome", + // name: "situationHome", + // component: () => import("@/views/backOfficeSystem/JudgmentHome/situationHome/index"), + // meta: { + // title: "战略研判", + // icon: "article" + // } + // }, + // 后面写的研判 { - path: "/ResearchHome", - name: "ResearchHome", - component: () => import("@/views/backOfficeSystem/JudgmentHome/ResearchHome/index"), + path: "/tacticalResearch", + name: "tacticalResearch", + component: () => import("@/views/backOfficeSystem/JudgmentHome/tacticalResearch/index.vue"), meta: { title: "战术研判", icon: "article" } }, { - path: "/situationHome", - name: "situationHome", - component: () => import("@/views/backOfficeSystem/JudgmentHome/situationHome/index"), + path: "/strategicResearch", + name: "strategicResearch", + component: () => import("@/views/backOfficeSystem/JudgmentHome/strategicResearch/index.vue"), meta: { title: "战略研判", icon: "article" } }, - - // 后面写的研判 - // { - // path: "/tacticalResearch", - // name: "tacticalResearch", - // component: () => import("@/views/backOfficeSystem/JudgmentHome/tacticalResearch/index.vue"), - // meta: { - // title: "战术研判", - // icon: "article" - // } - // }, - // { - // path: "/strategicResearch", - // name: "strategicResearch", - // component: () => import("@/views/backOfficeSystem/JudgmentHome/strategicResearch/index.vue"), - // meta: { - // title: "战略研判", - // icon: "article" - // } - // }, { path: "/judgmentCommand", name: "judgmentCommand", @@ -938,19 +937,36 @@ export const publicRoutes = [ icon: "article" }, children: [ - // { - // path: "/fouColorWarning", - // name: "fouColorWarning", - // meta: { title: "四色预警", icon: "article" }, - // component: () => import("@/views/backOfficeSystem/fourColorManage/warningControl/fouColorWarning/index"), - // }, { path: "/CollectCrculate", name: "CollectCrculate", component: () => import("@/views/backOfficeSystem/HumanIntelligence/CollectCrculate/index"), - meta: { title: "信息采集", icon: "article" }, + meta: { title: "情报采集", icon: "article" }, }, - + { + path: "/fouColorWarning", + name: "fouColorWarning", + meta: { title: "四色预警", icon: "article" }, + component: () => import("@/views/backOfficeSystem/fourColorManage/warningControl/fouColorWarning/index"), + }, + // { + // 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" + // } + // }, ] }, ]