From 024cb1e56bf3e54337bd07d9beccfa6550b26368 Mon Sep 17 00:00:00 2001 From: huangchengfa <171504222@qq.com> Date: Wed, 10 Dec 2025 11:04:40 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=88=98=E6=9C=AF=E7=A0=94=E5=88=A4,?= =?UTF-8?q?=E6=88=98=E7=95=A5=E7=A0=94=E5=88=A4=20=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=E6=8C=AA=E5=8A=A8=E5=88=B0=E5=85=B6=E4=BB=96=E9=87=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 87ecc0f..fed905d 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -667,25 +667,7 @@ export const publicRoutes = [ 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", // name: "AnalysisReport", @@ -843,6 +825,25 @@ export const publicRoutes = [ component: () => import("@/views/backOfficeSystem/HumanIntelligence/CollectCrculate/index"), 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" + } + }, ] }, ]