重点车辆

This commit is contained in:
13684185576
2025-07-31 10:38:34 +08:00
parent cf8651fb14
commit 50ff873463
9 changed files with 1214 additions and 188 deletions

View File

@ -191,14 +191,7 @@ export const publicRoutes = [
title: "标签组合管理",
icon: "article"
}
}
]
},
{
path: "/IntelligentControl",
name: "IntelligentControl",
meta: { title: "智能布控", icon: "article" },
children: [
},
{
path: "/warningControl",
name: "warningControl",
@ -208,6 +201,25 @@ export const publicRoutes = [
icon: "article"
}
},
{
path: "/WarningModel",
name: "WarningModel",
component: () =>
import(
"@/views/backOfficeSystem/ExcavationResearch/WarningModel/index"
),
meta: {
title: "重点人员预警模型",
icon: "article"
}
},
]
},
{
path: "/IntelligentControl",
name: "IntelligentControl",
meta: { title: "智能布控", icon: "article" },
children: [
{
path: "/DeploymentArea",
name: "DeploymentArea",
@ -256,7 +268,7 @@ export const publicRoutes = [
name: "DatAcquisition",
component: () => import("@/views/backOfficeSystem/ResearchJudgment/DatAcquisition/index"),
meta: {
title: "情报数据采集",
title: "线索数据采集",
icon: "article"
}
},
@ -274,7 +286,7 @@ export const publicRoutes = [
name: "IntelligenceManagement",
component: () => import("@/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/index"),
meta: {
title: "情报管理",
title: "线索管理",
icon: "article"
}
},
@ -328,7 +340,7 @@ export const publicRoutes = [
"@/views/backOfficeSystem/HumanIntelligence/CollectCrculate/index"
),
meta: {
title: "人力情报信息采集流转",
title: "人力情报数据采集管理",
icon: "article"
}
},
@ -421,19 +433,6 @@ export const publicRoutes = [
icon: "article"
}
},
{
path: "/WarningModel",
name: "WarningModel",
component: () =>
import(
"@/views/backOfficeSystem/ExcavationResearch/WarningModel/index"
),
meta: {
title: "重点人员预警模型",
icon: "article"
}
},
]
},
{
@ -519,7 +518,15 @@ export const publicRoutes = [
icon: "article"
}
},
{
path: "/mpvCar",
name: "mpvCar",
component: () =>import("@/views/backOfficeSystem/DeploymentDisposal/mpvCar/index"),
meta: {
title: "重点车辆管理",
icon: "article"
}
},
]
},
{