lcw
This commit is contained in:
@ -174,6 +174,58 @@ export const publicRoutes = [
|
||||
name: "focusExploration",
|
||||
component: () => import("@/views/backOfficeSystem/ApprovalInformation/FocusExploration/index.vue"),
|
||||
},
|
||||
//开放到派出所路由
|
||||
{
|
||||
path: "/warningLists",
|
||||
name: "warningLists",
|
||||
component: () => import("@/views/backOfficeSystem/fourColorManage/warningList/index"),
|
||||
meta: {
|
||||
title: "布控预警",
|
||||
icon: "article"
|
||||
}
|
||||
}, {
|
||||
path: "/behaviorWarnings",
|
||||
name: "behaviorWarnings",
|
||||
meta: { title: "行为预警", icon: "article" },
|
||||
component: () => import("@/views/backOfficeSystem/fourColorManage/warningControl/behaviorWarning/index"),
|
||||
},
|
||||
{
|
||||
path: "/identityWarnings",
|
||||
name: "identityWarnings",
|
||||
meta: { title: "身份预警", icon: "article" },
|
||||
component: () => import("@/views/backOfficeSystem/fourColorManage/warningControl/identityWarning/index"),
|
||||
},
|
||||
{
|
||||
path: "/combinedWarnings",
|
||||
name: "combinedWarnings",
|
||||
meta: { title: "组合预警", icon: "article" },
|
||||
component: () => import("@/views/backOfficeSystem/fourColorManage/warningControl/combinedWarning/index"),
|
||||
},
|
||||
{
|
||||
path: "/mpvPeos",
|
||||
name: "mpvPeos",
|
||||
component: () => import("@/views/backOfficeSystem/DeploymentDisposal/mpvPeo/index"),
|
||||
meta: {
|
||||
title: "重点人管理",
|
||||
icon: "article"
|
||||
}
|
||||
}, {
|
||||
path: "/myControls",
|
||||
name: "myControls",
|
||||
component: () => import("@/views/backOfficeSystem/IntelligentControl/myControl/index"),
|
||||
meta: {
|
||||
title: "我的布控",
|
||||
icon: "article"
|
||||
}
|
||||
}, {
|
||||
path: "/DeploymentAreas",
|
||||
name: "DeploymentAreas",
|
||||
component: () => import("@/views/backOfficeSystem/IntelligentControl/DeploymentArea/index"),
|
||||
meta: {
|
||||
title: "布控区域",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/editPassword", // 注意:带有路径“/”的记录中的组件“默认”是一个不返回 Promise 的函数
|
||||
redirect: "/IdentityManage",
|
||||
@ -229,12 +281,13 @@ export const publicRoutes = [
|
||||
meta: { title: "组合预警", icon: "article" },
|
||||
component: () => import("@/views/backOfficeSystem/fourColorManage/warningControl/combinedWarning/index"),
|
||||
},
|
||||
// {
|
||||
// path: "/modelWarning",
|
||||
// name: "modelWarning",
|
||||
// meta: { title: "模型预警", icon: "article" },
|
||||
// component: () => import("@/views/backOfficeSystem/fourColorManage/warningControl/modelWarning/index"),
|
||||
// },
|
||||
{
|
||||
path: "/modelWarning",
|
||||
name: "modelWarning",
|
||||
meta: { title: "模型预警", icon: "article" },
|
||||
component: () => import("@/views/backOfficeSystem/fourColorManage/warningControl/modelWarning/index"),
|
||||
}, {
|
||||
path: "/tsypHome",
|
||||
name: "tsypHome",
|
||||
component: () => import("@/views/backOfficeSystem/JudgmentHome/tsypHome/index"),
|
||||
@ -244,7 +297,6 @@ export const publicRoutes = [
|
||||
}
|
||||
},
|
||||
]
|
||||
|
||||
},
|
||||
{
|
||||
path: "/IdentityManage",
|
||||
@ -426,14 +478,29 @@ export const publicRoutes = [
|
||||
{
|
||||
path: "/CollectCrculate",
|
||||
name: "CollectCrculate",
|
||||
component: () =>
|
||||
import(
|
||||
"@/views/backOfficeSystem/HumanIntelligence/CollectCrculate/index"
|
||||
),
|
||||
meta: {
|
||||
title: "人力情报管理",
|
||||
icon: "article"
|
||||
}
|
||||
meta: { title: "人力情报信息报送", icon: "article" },
|
||||
redirect: "/CollectCrculate",
|
||||
children: [
|
||||
{
|
||||
path: "/CollectCrculate",
|
||||
name: "CollectCrculate",
|
||||
component: () => import("@/views/backOfficeSystem/HumanIntelligence/CollectCrculate/index"),
|
||||
meta: { title: "警务工作报送", icon: "article" },
|
||||
},
|
||||
{
|
||||
path: "/socialInformationCrculate",
|
||||
name: "socialInformationCrculate",
|
||||
component: () => import("@/views/backOfficeSystem/HumanIntelligence/CollectCrculate/index"),
|
||||
meta: { title: "社会信息员报送", icon: "article" },
|
||||
},
|
||||
{
|
||||
path: "/lamCrculate",
|
||||
name: "lamCrculate",
|
||||
component: () => import("@/views/backOfficeSystem/HumanIntelligence/CollectCrculate/index"),
|
||||
meta: { title: "林安码报送", icon: "article" },
|
||||
}
|
||||
]
|
||||
|
||||
},
|
||||
{
|
||||
path: "/RlStatisticalAnalysis",
|
||||
@ -468,7 +535,7 @@ export const publicRoutes = [
|
||||
"@/views/backOfficeSystem/HumanIntelligence/ConstructionManagement/index"
|
||||
),
|
||||
meta: {
|
||||
title: "社会信息人员建设管理",
|
||||
title: "力量建设管理",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
@ -481,15 +548,15 @@ export const publicRoutes = [
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/MakeAcomment",
|
||||
name: "MakeAcomment",
|
||||
component: () => import("@/views/backOfficeSystem/MakeAcomment/index"),
|
||||
meta: {
|
||||
title: "情报评一评",
|
||||
icon: "article"
|
||||
}
|
||||
}
|
||||
// {
|
||||
// path: "/MakeAcomment",
|
||||
// name: "MakeAcomment",
|
||||
// component: () => import("@/views/backOfficeSystem/MakeAcomment/index"),
|
||||
// meta: {
|
||||
// title: "情报评一评",
|
||||
// icon: "article"
|
||||
// }
|
||||
// }
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -564,15 +631,15 @@ export const publicRoutes = [
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/analysisReport",
|
||||
name: "AnalysisReport",
|
||||
component: () => import("@/views/backOfficeSystem/AnalysisReport/index"),
|
||||
meta: {
|
||||
title: "研判报告",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
// {
|
||||
// path: "/analysisReport",
|
||||
// name: "AnalysisReport",
|
||||
// component: () => import("@/views/backOfficeSystem/AnalysisReport/index"),
|
||||
// meta: {
|
||||
// title: "研判报告",
|
||||
// icon: "article"
|
||||
// }
|
||||
// },
|
||||
{
|
||||
path: "/MeetingRoom",
|
||||
name: "MeetingRoom",
|
||||
@ -670,16 +737,16 @@ export const publicRoutes = [
|
||||
// icon: "article"
|
||||
// }
|
||||
// },
|
||||
{
|
||||
path: "/experienceShare",
|
||||
name: "experienceShare",
|
||||
component: () =>
|
||||
import("@/views/backOfficeSystem/BasicManagement/experienceShare/index"),
|
||||
meta: {
|
||||
title: "经验分享",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
// {
|
||||
// path: "/experienceShare",
|
||||
// name: "experienceShare",
|
||||
// component: () =>
|
||||
// import("@/views/backOfficeSystem/BasicManagement/experienceShare/index"),
|
||||
// meta: {
|
||||
// title: "经验分享",
|
||||
// icon: "article"
|
||||
// }
|
||||
// },
|
||||
|
||||
{
|
||||
path: "/policeReport",
|
||||
@ -690,7 +757,23 @@ export const publicRoutes = [
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
path: "/calendar",
|
||||
name: "calendar",
|
||||
component: () => import("@/views/backOfficeSystem/calendar/index.vue"),
|
||||
meta: {
|
||||
title: "敏感节点",
|
||||
icon: "article"
|
||||
}
|
||||
}, {
|
||||
path: "/forumPost",
|
||||
name: "forumPost",
|
||||
component: () => import("@/views/forumPost/index.vue"),
|
||||
meta: {
|
||||
title: "情报论坛",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user