lcw
This commit is contained in:
@ -65,6 +65,10 @@ export const publicRoutes = [
|
||||
path: "/information",
|
||||
name: "information",
|
||||
component: () => import("@/views/backOfficeSystem/JudgmentHome/internalAuditor/information.vue"),
|
||||
}, {
|
||||
path: "/Spdloyment",
|
||||
name: "Spdloyment",
|
||||
component: () => import("@/views/backOfficeSystem/HumanIntelligence/auditList/components/spdloyment.vue"),
|
||||
},
|
||||
// 线索
|
||||
{
|
||||
@ -504,7 +508,7 @@ export const publicRoutes = [
|
||||
name: "dataReduction",
|
||||
component: () => import("@/views/backOfficeSystem/JudgmentHome/dataReduction/index"),
|
||||
meta: {
|
||||
title: "数据整理",
|
||||
title: "研判约稿",
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
@ -519,20 +523,11 @@ export const publicRoutes = [
|
||||
// },
|
||||
// 后面写的研判
|
||||
{
|
||||
path: "/tacticalResearch",
|
||||
name: "tacticalResearch",
|
||||
component: () => import("@/views/backOfficeSystem/JudgmentHome/tacticalResearch/index.vue"),
|
||||
meta: {
|
||||
title: "战术研判",
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/strategicResearch",
|
||||
name: "strategicResearch",
|
||||
path: "/strategicResearchs",
|
||||
name: "strategicResearchs",
|
||||
component: () => import("@/views/backOfficeSystem/JudgmentHome/strategicResearch/index.vue"),
|
||||
meta: {
|
||||
title: "战略研判",
|
||||
title: "研判报告",
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
@ -597,7 +592,16 @@ export const publicRoutes = [
|
||||
name: "mpvPeo",
|
||||
component: () => import("@/views/backOfficeSystem/DeploymentDisposal/mpvPeo/index"),
|
||||
meta: {
|
||||
title: "重点人管理",
|
||||
title: "重点人员库",
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/gzPeo",
|
||||
name: "gzPeo",
|
||||
component: () => import("@/views/backOfficeSystem/DeploymentDisposal/gzPeo/index"),
|
||||
meta: {
|
||||
title: "关注库",
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
@ -615,7 +619,7 @@ export const publicRoutes = [
|
||||
name: "mpvGroup",
|
||||
component: () => import("@/views/backOfficeSystem/DeploymentDisposal/mpvGroup/index"),
|
||||
meta: {
|
||||
title: "重点群体管理",
|
||||
title: "重点群体库",
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
@ -633,7 +637,7 @@ export const publicRoutes = [
|
||||
name: "mpvCar",
|
||||
component: () => import("@/views/backOfficeSystem/DeploymentDisposal/mpvCar/index"),
|
||||
meta: {
|
||||
title: "重点车辆管理",
|
||||
title: "重点车辆库",
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
@ -1112,8 +1116,42 @@ export const publicRoutes = [
|
||||
title: "重点人员落地审核",
|
||||
icon: "article-create"
|
||||
}
|
||||
}, {
|
||||
path: "/tacticalResearch",
|
||||
name: "tacticalResearch",
|
||||
component: () => import("@/views/backOfficeSystem/JudgmentHome/tacticalResearch/index.vue"),
|
||||
meta: {
|
||||
title: "战术研判",
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/strategicResearch",
|
||||
name: "strategicResearch",
|
||||
component: () => import("@/views/backOfficeSystem/JudgmentHome/strategicResearch/index.vue"),
|
||||
meta: {
|
||||
title: "战略研判",
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
]
|
||||
}, {
|
||||
path: "/tacticalResearch",
|
||||
name: "tacticalResearch",
|
||||
component: () => import("@/views/backOfficeSystem/JudgmentHome/tacticalResearch/index.vue"),
|
||||
meta: {
|
||||
title: "战术研判",
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/strategicResearch",
|
||||
name: "strategicResearch",
|
||||
component: () => import("@/views/backOfficeSystem/JudgmentHome/strategicResearch/index.vue"),
|
||||
meta: {
|
||||
title: "战略研判",
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
// {
|
||||
// path: "/ResearchHome",
|
||||
|
||||
Reference in New Issue
Block a user