feat:菜单调整
This commit is contained in:
@ -191,7 +191,14 @@ export const publicRoutes = [
|
|||||||
title: "布控预警",
|
title: "布控预警",
|
||||||
icon: "article"
|
icon: "article"
|
||||||
}
|
}
|
||||||
}, {
|
},
|
||||||
|
{
|
||||||
|
path: "/fouColorWarning",
|
||||||
|
name: "fouColorWarning",
|
||||||
|
meta: { title: "四色预警", icon: "article" },
|
||||||
|
component: () => import("@/views/backOfficeSystem/fourColorManage/warningControl/fouColorWarning/index"),
|
||||||
|
},
|
||||||
|
{
|
||||||
path: "/behaviorWarnings",
|
path: "/behaviorWarnings",
|
||||||
name: "behaviorWarnings",
|
name: "behaviorWarnings",
|
||||||
meta: { title: "行为预警", icon: "article" },
|
meta: { title: "行为预警", icon: "article" },
|
||||||
@ -675,24 +682,44 @@ export const publicRoutes = [
|
|||||||
icon: "article"
|
icon: "article"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "/tacticalResearch",
|
path: "/ResearchHome",
|
||||||
name: "tacticalResearch",
|
name: "ResearchHome",
|
||||||
component: () => import("@/views/backOfficeSystem/JudgmentHome/tacticalResearch/index.vue"),
|
component: () => import("@/views/backOfficeSystem/JudgmentHome/ResearchHome/index"),
|
||||||
meta: {
|
meta: {
|
||||||
title: "战术研判",
|
title: "战术研判",
|
||||||
icon: "article"
|
icon: "article"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "/strategicResearch",
|
path: "/situationHome",
|
||||||
name: "strategicResearch",
|
name: "situationHome",
|
||||||
component: () => import("@/views/backOfficeSystem/JudgmentHome/strategicResearch/index.vue"),
|
component: () => import("@/views/backOfficeSystem/JudgmentHome/situationHome/index"),
|
||||||
meta: {
|
meta: {
|
||||||
title: "战略研判",
|
title: "战略研判",
|
||||||
icon: "article"
|
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",
|
path: "/judgmentCommand",
|
||||||
name: "judgmentCommand",
|
name: "judgmentCommand",
|
||||||
@ -849,36 +876,19 @@ export const publicRoutes = [
|
|||||||
icon: "article"
|
icon: "article"
|
||||||
},
|
},
|
||||||
children: [
|
children: [
|
||||||
|
// {
|
||||||
|
// 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: "/CollectCrculate",
|
path: "/CollectCrculate",
|
||||||
name: "CollectCrculate",
|
name: "CollectCrculate",
|
||||||
component: () => import("@/views/backOfficeSystem/HumanIntelligence/CollectCrculate/index"),
|
component: () => import("@/views/backOfficeSystem/HumanIntelligence/CollectCrculate/index"),
|
||||||
meta: { title: "信息采集", icon: "article" },
|
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"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user