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" + } + }, ] }, ]