解决冲突
This commit is contained in:
@ -54,6 +54,12 @@ export const publicRoutes = [
|
||||
name: "deploymentApproval",
|
||||
component: () => import("@/views/backOfficeSystem/ApprovalInformation/deploycontrol/deploymentApproval.vue"),
|
||||
},
|
||||
// 标签布控审核
|
||||
{
|
||||
path: "/shym",
|
||||
name: "shym",
|
||||
component: () => import("@/views/backOfficeSystem/IntelligentControl/marksControl/components/shym.vue"),
|
||||
},
|
||||
// 布控审核信息
|
||||
{
|
||||
path: "/information",
|
||||
@ -79,26 +85,26 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/backOfficeSystem/fourColorManage/warningList/index"),
|
||||
meta: {
|
||||
title: "布控预警",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
path: "/behaviorWarnings",
|
||||
name: "behaviorWarnings",
|
||||
meta: { title: "行为预警", icon: "article" },
|
||||
meta: { title: "行为预警", icon: "article-create" },
|
||||
component: () => import("@/views/backOfficeSystem/fourColorManage/warningControl/behaviorWarning/index"),
|
||||
},
|
||||
{
|
||||
path: "/identityWarnings",
|
||||
name: "identityWarnings",
|
||||
meta: { title: "身份预警", icon: "article" },
|
||||
meta: { title: "身份预警", icon: "article-create" },
|
||||
component: () => import("@/views/backOfficeSystem/fourColorManage/warningControl/identityWarning/index"),
|
||||
},
|
||||
{
|
||||
path: "/combinedWarnings",
|
||||
name: "combinedWarnings",
|
||||
meta: { title: "组合预警", icon: "article" },
|
||||
meta: { title: "组合预警", icon: "article-create" },
|
||||
component: () => import("@/views/backOfficeSystem/fourColorManage/warningControl/combinedWarning/index"),
|
||||
},
|
||||
{
|
||||
@ -107,7 +113,7 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/backOfficeSystem/DeploymentDisposal/mpvPeo/index"),
|
||||
meta: {
|
||||
title: "重点人管理",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
}, {
|
||||
path: "/myControls",
|
||||
@ -115,7 +121,7 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/backOfficeSystem/IntelligentControl/myControl/index"),
|
||||
meta: {
|
||||
title: "我的布控",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
}, {
|
||||
path: "/DeploymentAreas",
|
||||
@ -123,7 +129,7 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/backOfficeSystem/IntelligentControl/DeploymentArea/index"),
|
||||
meta: {
|
||||
title: "布控区域",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -134,44 +140,44 @@ export const publicRoutes = [
|
||||
{
|
||||
path: "/FourColorWarning",
|
||||
name: "FourColorWarning",
|
||||
meta: { title: "预警中心", icon: "article" },
|
||||
meta: { title: "预警中心", icon: "article-ranking" },
|
||||
children: [
|
||||
// {
|
||||
// path: "/centerHome",
|
||||
// name: "centerHome",
|
||||
// component: () => import("@/views/backOfficeSystem/fourColorManage/warningControl/centerHome/index"),
|
||||
// meta: { title: "预警中心大屏", icon: "article" },
|
||||
// meta: { title: "预警中心大屏", icon: "article-create" },
|
||||
// },
|
||||
// {
|
||||
// path: "/warningBk",
|
||||
// name: "warningBk",
|
||||
// meta: { title: "布控预警", icon: "article" },
|
||||
// meta: { title: "布控预警", icon: "article-create" },
|
||||
// component: () => import("@/views/backOfficeSystem/fourColorManage/warningControl/warningBk/index"),
|
||||
// },
|
||||
{
|
||||
path: "/fouColorWarning",
|
||||
name: "fouColorWarning",
|
||||
meta: { title: "预警数据整合", icon: "article" },
|
||||
meta: { title: "预警数据整合", icon: "article-create" },
|
||||
component: () => import("@/views/backOfficeSystem/fourColorManage/warningControl/fouColorWarning/index"),
|
||||
},
|
||||
|
||||
{
|
||||
path: "/identityWarning",
|
||||
name: "identityWarning",
|
||||
meta: { title: "身份预警", icon: "article" },
|
||||
meta: { title: "身份预警", icon: "article-create" },
|
||||
component: () => import("@/views/backOfficeSystem/fourColorManage/warningControl/identityWarning/index"),
|
||||
},
|
||||
|
||||
{
|
||||
path: "/behaviorWarning",
|
||||
name: "behaviorWarning",
|
||||
meta: { title: "行为预警", icon: "article" },
|
||||
meta: { title: "行为预警", icon: "article-create" },
|
||||
component: () => import("@/views/backOfficeSystem/fourColorManage/warningControl/behaviorWarning/index"),
|
||||
},
|
||||
{
|
||||
path: "/combinedWarning",
|
||||
name: "combinedWarning",
|
||||
meta: { title: "组合预警", icon: "article" },
|
||||
meta: { title: "组合预警", icon: "article-create" },
|
||||
component: () => import("@/views/backOfficeSystem/fourColorManage/warningControl/combinedWarning/index"),
|
||||
},
|
||||
// {
|
||||
@ -180,7 +186,7 @@ export const publicRoutes = [
|
||||
// component: () => import("@/views/backOfficeSystem/fourColorManage/warningList/index"),
|
||||
// meta: {
|
||||
// title: "布控预警",
|
||||
// icon: "article"
|
||||
// icon: "article-create"
|
||||
// }
|
||||
// },
|
||||
{
|
||||
@ -189,7 +195,7 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/backOfficeSystem/fourColorManage/warningList/portraitWarning/index"),
|
||||
meta: {
|
||||
title: "人像预警",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
|
||||
@ -199,25 +205,31 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/backOfficeSystem/fourColorManage/warningList/vehicleWarning/index"),
|
||||
meta: {
|
||||
title: "车辆预警",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/controlWarning",
|
||||
name: "controlWarning",
|
||||
meta: { title: "布控预警", icon: "article" },
|
||||
meta: { title: "布控预警", icon: "article-create" },
|
||||
component: () => import("@/views/backOfficeSystem/fourColorManage/warningControl/controlWarning/index"),
|
||||
},
|
||||
{
|
||||
path: "/regionalControl",
|
||||
name: "regionalControl",
|
||||
meta: { title: "区域布控预警", icon: "article-create" },
|
||||
component: () => import("@/views/backOfficeSystem/fourColorManage/warningControl/regionalControl/index"),
|
||||
},
|
||||
// {
|
||||
// path: "/fouColorWarning",
|
||||
// name: "fouColorWarning",
|
||||
// meta: { title: "四色预警", icon: "article" },
|
||||
// meta: { title: "四色预警", icon: "article-create" },
|
||||
// component: () => import("@/views/backOfficeSystem/fourColorManage/warningControl/fouColorWarning/index"),
|
||||
// },
|
||||
{
|
||||
path: "/scoreRanking",
|
||||
name: "scoreRanking",
|
||||
meta: { title: "积分排名", icon: "article" },
|
||||
meta: { title: "积分排名", icon: "article-create" },
|
||||
component: () => import("@/views/backOfficeSystem/fourColorManage/warningControl/scoreRanking/index"),
|
||||
},
|
||||
{
|
||||
@ -235,7 +247,7 @@ export const publicRoutes = [
|
||||
// {
|
||||
// path: "/modelWarning",
|
||||
// name: "modelWarning",
|
||||
// meta: { title: "模型预警", icon: "article" },
|
||||
// meta: { title: "模型预警", icon: "article-create" },
|
||||
// component: () => import("@/views/backOfficeSystem/fourColorManage/warningControl/modelWarning/index"),
|
||||
// },
|
||||
|
||||
@ -246,7 +258,7 @@ export const publicRoutes = [
|
||||
{
|
||||
path: "/IntelligentControl",
|
||||
name: "IntelligentControl",
|
||||
meta: { title: "智能布控", icon: "article" },
|
||||
meta: { title: "智能布控", icon: "article-ranking" },
|
||||
children: [
|
||||
{
|
||||
path: "/DeploymentArea",
|
||||
@ -254,7 +266,7 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/backOfficeSystem/IntelligentControl/DeploymentArea/index"),
|
||||
meta: {
|
||||
title: "布控区域",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -263,7 +275,7 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/backOfficeSystem/IntelligentControl/myControl/index"),
|
||||
meta: {
|
||||
title: "常态布控",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -272,7 +284,7 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/backOfficeSystem/IntelligentControl/myControl/index"),
|
||||
meta: {
|
||||
title: "临时布控",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -281,7 +293,7 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/backOfficeSystem/IntelligentControl/marksControl/index"),
|
||||
meta: {
|
||||
title: "标签布控",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
// {
|
||||
@ -290,7 +302,7 @@ export const publicRoutes = [
|
||||
// component: () => import("@/views/backOfficeSystem/IntelligentControl/DeploymentAudit/index"),
|
||||
// meta: {
|
||||
// title: "我的审核",
|
||||
// icon: "article"
|
||||
// icon: "article-create"
|
||||
// }
|
||||
// },
|
||||
// {
|
||||
@ -299,7 +311,7 @@ export const publicRoutes = [
|
||||
// component: () => import("@/views/backOfficeSystem/IntelligentControl/ControlApproval/index"),
|
||||
// meta: {
|
||||
// title: "我的审批",
|
||||
// icon: "article"
|
||||
// icon: "article-create"
|
||||
// }
|
||||
// }
|
||||
]
|
||||
@ -307,31 +319,36 @@ export const publicRoutes = [
|
||||
{
|
||||
path: "/HumanIntelligence",
|
||||
name: "HumanIntelligence",
|
||||
meta: { title: "信息汇聚支撑", icon: "article" },
|
||||
meta: { title: "信息汇聚支撑", icon: "article-ranking" },
|
||||
children: [
|
||||
{
|
||||
path: "/InfoCollection",
|
||||
name: "InfoCollection",
|
||||
component: () => import("@/views/backOfficeSystem/HumanIntelligence/infoCollection/index"),
|
||||
meta: { title: "信息采集", icon: "article" },
|
||||
meta: { title: "信息采集", icon: "article-create" },
|
||||
},
|
||||
{
|
||||
path: "/InternalList",
|
||||
name: "InternalList",
|
||||
component: () => import("@/views/backOfficeSystem/HumanIntelligence/listView/index"),
|
||||
meta: { title: "内部列表", icon: "article", qbjbList: '02' },
|
||||
meta: { title: "内部列表", icon: "article-create", qbjbList: '02' },
|
||||
},
|
||||
{
|
||||
path: "/openSourceList",
|
||||
name: "openSourceList",
|
||||
component: () => import("@/views/backOfficeSystem/HumanIntelligence/listView/index"),
|
||||
meta: { title: "共享列表", icon: "article", qbjbList: '01' },
|
||||
meta: { title: "共享列表", icon: "article-create", qbjbList: '01' },
|
||||
}, {
|
||||
path: "/socialInformationCrculated",
|
||||
name: "changeTheClue",
|
||||
component: () => import("@/views/backOfficeSystem/HumanIntelligence/FollowLeads/index"),
|
||||
meta: { title: "转线索列表", icon: "article-create" },
|
||||
},
|
||||
{
|
||||
path: "/socialInformationCrculatec",
|
||||
name: "recombinantSynthesis",
|
||||
component: () => import("@/views/backOfficeSystem/HumanIntelligence/ConversionSynthesis/index"),
|
||||
meta: { title: "转合成列表", icon: "article" },
|
||||
meta: { title: "转合成列表", icon: "article-create" },
|
||||
},
|
||||
// {
|
||||
// path: "/CollectPoints",
|
||||
@ -339,7 +356,7 @@ export const publicRoutes = [
|
||||
// component: () => import("@/views/backOfficeSystem/HumanIntelligence/CollectPoints/index"),
|
||||
// meta: {
|
||||
// title: "采集积分",
|
||||
// icon: "article"
|
||||
// icon: "article-create"
|
||||
// }
|
||||
// },
|
||||
{
|
||||
@ -348,7 +365,7 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/backOfficeSystem/transferConsultationList/index.vue"),
|
||||
meta: {
|
||||
title: "转会商列表",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -357,7 +374,7 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/backOfficeSystem/supplementReportList/index.vue"),
|
||||
meta: {
|
||||
title: "补充/续报列表",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -366,7 +383,7 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/backOfficeSystem/integralList/index.vue"),
|
||||
meta: {
|
||||
title: "积分列表",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -375,7 +392,7 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/backOfficeSystem/InformationReporting/index.vue"),
|
||||
meta: {
|
||||
title: "蜂群信息上报",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
// {
|
||||
@ -384,7 +401,7 @@ export const publicRoutes = [
|
||||
// component: () => import("@/views/backOfficeSystem/MakeAcomment/index"),
|
||||
// meta: {
|
||||
// title: "情报评一评",
|
||||
// icon: "article"
|
||||
// icon: "article-create"
|
||||
// }
|
||||
// }
|
||||
]
|
||||
@ -392,7 +409,7 @@ export const publicRoutes = [
|
||||
{
|
||||
path: "/ResearchJudgment",
|
||||
name: "ResearchJudgment",
|
||||
meta: { title: "线索落核盯办", icon: "article" },
|
||||
meta: { title: "线索落核盯办", icon: "article-ranking" },
|
||||
children: [
|
||||
{
|
||||
path: "/socialInformationCrculated",
|
||||
@ -415,7 +432,7 @@ export const publicRoutes = [
|
||||
// component: () => import("@/views/backOfficeSystem/ResearchJudgment/MoralAnalysis/index"),
|
||||
// meta: {
|
||||
// title: "情报语义分析",
|
||||
// icon: "article"
|
||||
// icon: "article-create"
|
||||
// }
|
||||
// },
|
||||
|
||||
@ -431,7 +448,7 @@ export const publicRoutes = [
|
||||
// {
|
||||
// path: "/InformationFlows",
|
||||
// name: "InformationFlows",
|
||||
// meta: { title: "情报流转", icon: "article" },
|
||||
// meta: { title: "情报流转", icon: "article-create" },
|
||||
// // redirect: "/InformationFlow",
|
||||
// // children: [
|
||||
|
||||
@ -445,7 +462,7 @@ export const publicRoutes = [
|
||||
{
|
||||
path: "/ExcavationResearch",
|
||||
name: "ExcavationResearch",
|
||||
meta: { title: "重点人发掘", icon: "article" },
|
||||
meta: { title: "重点人发掘", icon: "article-ranking" },
|
||||
children: [
|
||||
|
||||
{
|
||||
@ -457,7 +474,7 @@ export const publicRoutes = [
|
||||
),
|
||||
meta: {
|
||||
title: "重点人员初步发掘",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -469,7 +486,7 @@ export const publicRoutes = [
|
||||
),
|
||||
meta: {
|
||||
title: "重点人员深度发掘",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -481,7 +498,7 @@ export const publicRoutes = [
|
||||
),
|
||||
meta: {
|
||||
title: "重点人员落地审核",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
]
|
||||
@ -492,7 +509,7 @@ export const publicRoutes = [
|
||||
redirect: "/ResearchHome",
|
||||
meta: {
|
||||
title: "会商研判",
|
||||
icon: "article"
|
||||
icon: "article-ranking"
|
||||
},
|
||||
children: [
|
||||
{
|
||||
@ -501,7 +518,7 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/backOfficeSystem/policeReport/index.vue"),
|
||||
meta: {
|
||||
title: "警情管理",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -510,7 +527,7 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/backOfficeSystem/JudgmentHome/ResearchHome/index"),
|
||||
meta: {
|
||||
title: "智能研判",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -519,7 +536,7 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/backOfficeSystem/JudgmentHome/dataReduction/index"),
|
||||
meta: {
|
||||
title: "数据整理",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
// {
|
||||
@ -528,7 +545,7 @@ export const publicRoutes = [
|
||||
// component: () => import("@/views/backOfficeSystem/JudgmentHome/situationHome/index"),
|
||||
// meta: {
|
||||
// title: "战略研判",
|
||||
// icon: "article"
|
||||
// icon: "article-create"
|
||||
// }
|
||||
// },
|
||||
// 后面写的研判
|
||||
@ -538,7 +555,7 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/backOfficeSystem/JudgmentHome/tacticalResearch/index.vue"),
|
||||
meta: {
|
||||
title: "战术研判",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -547,7 +564,7 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/backOfficeSystem/JudgmentHome/strategicResearch/index.vue"),
|
||||
meta: {
|
||||
title: "战略研判",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -556,7 +573,7 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/backOfficeSystem/JudgmentHome/judgmentCommand/index.vue"),
|
||||
meta: {
|
||||
title: "研判指令",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -565,7 +582,7 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/backOfficeSystem/JudgmentHome/internalAuditor/index.vue"),
|
||||
meta: {
|
||||
title: "内部审核人员",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
// {
|
||||
@ -574,7 +591,7 @@ export const publicRoutes = [
|
||||
// component: () => import("@/views/backOfficeSystem/AnalysisReport/index"),
|
||||
// meta: {
|
||||
// title: "研判报告",
|
||||
// icon: "article"
|
||||
// icon: "article-create"
|
||||
// }
|
||||
// },
|
||||
{
|
||||
@ -583,7 +600,7 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/backOfficeSystem/JudgmentHome/MeetingRoom/index"),
|
||||
meta: {
|
||||
title: "网上会商室",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
}
|
||||
]
|
||||
@ -594,7 +611,7 @@ export const publicRoutes = [
|
||||
redirect: "/ResearchHome",
|
||||
meta: {
|
||||
title: "全域管控",
|
||||
icon: "article"
|
||||
icon: "article-ranking"
|
||||
},
|
||||
children: [
|
||||
{
|
||||
@ -603,7 +620,7 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/backOfficeSystem/DeploymentDisposal/BaseLibrary/index"),
|
||||
meta: {
|
||||
title: "基础库",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -612,7 +629,7 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/backOfficeSystem/DeploymentDisposal/mpvPeo/index"),
|
||||
meta: {
|
||||
title: "重点人管理",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -621,7 +638,7 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/backOfficeSystem/DeploymentDisposal/mpvPeoSh/index"),
|
||||
meta: {
|
||||
title: "重点人审批",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -630,7 +647,7 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/backOfficeSystem/DeploymentDisposal/mpvGroup/index"),
|
||||
meta: {
|
||||
title: "重点群体管理",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -639,7 +656,7 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/backOfficeSystem/DeploymentDisposal/mpvGroupSh/index"),
|
||||
meta: {
|
||||
title: "重点群体审核",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -648,7 +665,7 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/backOfficeSystem/DeploymentDisposal/mpvCar/index"),
|
||||
meta: {
|
||||
title: "重点车辆管理",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
]
|
||||
@ -656,7 +673,7 @@ export const publicRoutes = [
|
||||
{
|
||||
path: "/dataApplication",
|
||||
name: "dataApplication",
|
||||
meta: { title: "数据应用", icon: "article" },
|
||||
meta: { title: "数据应用", icon: "article-ranking" },
|
||||
children: [
|
||||
{
|
||||
path: "/IntegralCoefficient",
|
||||
@ -667,7 +684,7 @@ export const publicRoutes = [
|
||||
),
|
||||
meta: {
|
||||
title: "积分系数配置",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
|
||||
@ -680,7 +697,7 @@ export const publicRoutes = [
|
||||
),
|
||||
meta: {
|
||||
title: "身份标签管理",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -692,7 +709,7 @@ export const publicRoutes = [
|
||||
),
|
||||
meta: {
|
||||
title: "行为标签管理",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -704,7 +721,7 @@ export const publicRoutes = [
|
||||
),
|
||||
meta: {
|
||||
title: "标签组合管理",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
}, {
|
||||
path: "/tsypHome",
|
||||
@ -712,7 +729,7 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/backOfficeSystem/JudgmentHome/tsypHome/index"),
|
||||
meta: {
|
||||
title: "模型管理",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
|
||||
@ -722,7 +739,7 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/backOfficeSystem/HumanIntelligence/JobAppraisal/index"),
|
||||
meta: {
|
||||
title: "工作考核",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -731,7 +748,7 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/backOfficeSystem/HumanIntelligence/fileTransfer/index"),
|
||||
meta: {
|
||||
title: "文件中转",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -740,7 +757,7 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/backOfficeSystem/HumanIntelligence/fileOrientation/index"),
|
||||
meta: {
|
||||
title: "文件定向传输",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -749,7 +766,7 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/backOfficeSystem/SemanticAnalysis/index.vue"),
|
||||
meta: {
|
||||
title: "语义分析",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -758,7 +775,7 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/index"),
|
||||
meta: {
|
||||
title: "情报统计分析",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -767,7 +784,7 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/backOfficeSystem/ResearchJudgment/RecordsOperations/index"),
|
||||
meta: {
|
||||
title: "操作记录",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
}
|
||||
]
|
||||
@ -777,7 +794,7 @@ export const publicRoutes = [
|
||||
// name: "BasicManagement",
|
||||
// meta: {
|
||||
// title: "基础管理",
|
||||
// icon: "article"
|
||||
// icon: "article-create"
|
||||
// },
|
||||
// children: [
|
||||
|
||||
@ -790,7 +807,7 @@ export const publicRoutes = [
|
||||
// // ),
|
||||
// // meta: {
|
||||
// // title: "布控监视",
|
||||
// // icon: "article"
|
||||
// // icon: "article-create"
|
||||
// // }
|
||||
// // },
|
||||
// // {
|
||||
@ -800,7 +817,7 @@ export const publicRoutes = [
|
||||
// // import("@/views/backOfficeSystem/BasicManagement/experienceShare/index"),
|
||||
// // meta: {
|
||||
// // title: "经验分享",
|
||||
// // icon: "article"
|
||||
// // icon: "article-create"
|
||||
// // }
|
||||
// // },
|
||||
|
||||
@ -814,13 +831,13 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/forumPost/index.vue"),
|
||||
meta: {
|
||||
title: "情报论坛",
|
||||
icon: "article"
|
||||
icon: "article-ranking"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/dataMonitor",
|
||||
name: "dataMonitor",
|
||||
meta: { title: "数据监控", icon: "article" },
|
||||
meta: { title: "数据监控", icon: "article-ranking" },
|
||||
children: [
|
||||
{
|
||||
path: "/resourceMonitoring",
|
||||
@ -828,7 +845,7 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/backOfficeSystem/dataMonitor/resourceMonitoring/index.vue"),
|
||||
meta: {
|
||||
title: "数据资源检测",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -837,7 +854,7 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/backOfficeSystem/dataMonitor/onlineUserMonitoring/index.vue"),
|
||||
meta: {
|
||||
title: "在线用户监控",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
}
|
||||
]
|
||||
@ -849,7 +866,7 @@ export const publicRoutes = [
|
||||
// redirect: "/dict/index",
|
||||
meta: {
|
||||
title: "系统管理",
|
||||
icon: "article"
|
||||
icon: "article-ranking"
|
||||
},
|
||||
children: [
|
||||
{
|
||||
@ -858,7 +875,7 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/backOfficeSystem/systemConfig/department-list/index"),
|
||||
meta: {
|
||||
title: "部门管理",
|
||||
icon: "article-ranking"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
|
||||
@ -869,7 +886,7 @@ export const publicRoutes = [
|
||||
import("@/views/backOfficeSystem/systemConfig/user-list/index"),
|
||||
meta: {
|
||||
title: "用户管理",
|
||||
icon: "article-ranking"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -879,7 +896,7 @@ export const publicRoutes = [
|
||||
import("@/views/backOfficeSystem/systemConfig/role-list/index"),
|
||||
meta: {
|
||||
title: "角色列表",
|
||||
icon: "article-ranking"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -889,7 +906,7 @@ export const publicRoutes = [
|
||||
import("@/views/backOfficeSystem/systemConfig/menu-list/index"),
|
||||
meta: {
|
||||
title: "菜单管理",
|
||||
icon: "article-ranking"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
|
||||
@ -909,7 +926,7 @@ export const publicRoutes = [
|
||||
import("@/views/backOfficeSystem/systemConfig/dict/index"),
|
||||
meta: {
|
||||
title: "字典列表",
|
||||
icon: "article-ranking"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
|
||||
@ -945,7 +962,7 @@ export const publicRoutes = [
|
||||
),
|
||||
meta: {
|
||||
title: "系统配置",
|
||||
icon: "article-ranking"
|
||||
icon: "article-create"
|
||||
}
|
||||
}, {
|
||||
path: "/calendar",
|
||||
@ -953,7 +970,7 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/backOfficeSystem/calendar/index.vue"),
|
||||
meta: {
|
||||
title: "敏感节点",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
]
|
||||
@ -963,7 +980,7 @@ export const publicRoutes = [
|
||||
name: "rests",
|
||||
meta: {
|
||||
title: "其他",
|
||||
icon: "article"
|
||||
icon: "article-ranking"
|
||||
},
|
||||
children: [
|
||||
{
|
||||
@ -988,7 +1005,7 @@ export const publicRoutes = [
|
||||
path: "/CollectCrculate",
|
||||
name: "CollectCrculate",
|
||||
component: () => import("@/views/backOfficeSystem/HumanIntelligence/CollectCrculate/index"),
|
||||
meta: { title: "情报采集", icon: "article" },
|
||||
meta: { title: "情报采集", icon: "article-create" },
|
||||
}, {
|
||||
path: "/RlStatisticalAnalysis",
|
||||
name: "RlStatisticalAnalysis",
|
||||
@ -998,7 +1015,7 @@ export const publicRoutes = [
|
||||
),
|
||||
meta: {
|
||||
title: "上报统计分析",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
|
||||
@ -1011,7 +1028,7 @@ export const publicRoutes = [
|
||||
),
|
||||
meta: {
|
||||
title: "上报任务调度",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -1023,7 +1040,7 @@ export const publicRoutes = [
|
||||
),
|
||||
meta: {
|
||||
title: "力量建设管理",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -1032,7 +1049,34 @@ export const publicRoutes = [
|
||||
component: () => import("@/views/backOfficeSystem/ResearchJudgment/InformationFlows/StatisticalAnalysis/index"),
|
||||
meta: {
|
||||
title: "情报统计分析",
|
||||
icon: "article"
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/ysMyControl",
|
||||
name: "ysMyControl",
|
||||
component: () => import("@/views/backOfficeSystem/IntelligentControl/ysMyControl/index"),
|
||||
meta: {
|
||||
title: "常态布控",
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/ysPrivateSurveillance",
|
||||
name: "ysPrivateSurveillance",
|
||||
component: () => import("@/views/backOfficeSystem/IntelligentControl/ysMyControl/index"),
|
||||
meta: {
|
||||
title: "临时布控",
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/ysmarksControl",
|
||||
name: "ysmarksControl",
|
||||
component: () => import("@/views/backOfficeSystem/IntelligentControl/ysMarksControl/index"),
|
||||
meta: {
|
||||
title: "标签布控",
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
// {
|
||||
@ -1041,7 +1085,7 @@ export const publicRoutes = [
|
||||
// component: () => import("@/views/backOfficeSystem/JudgmentHome/ResearchHome/index"),
|
||||
// meta: {
|
||||
// title: "战术研判",
|
||||
// icon: "article"
|
||||
// icon: "article-create"
|
||||
// }
|
||||
// },
|
||||
// {
|
||||
@ -1050,7 +1094,7 @@ export const publicRoutes = [
|
||||
// component: () => import("@/views/backOfficeSystem/JudgmentHome/situationHome/index"),
|
||||
// meta: {
|
||||
// title: "战略研判",
|
||||
// icon: "article"
|
||||
// icon: "article-create"
|
||||
// }
|
||||
// },
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user