我的布控。四色预警
This commit is contained in:
@ -51,183 +51,48 @@ export const publicRoutes = [
|
||||
{
|
||||
path: "/EntertainmentManagemnet",
|
||||
name: "EntertainmentManagemnet",
|
||||
meta: { title: "娱乐场所管理", icon: "article" },
|
||||
meta: { title: "四色预警管理", icon: "article" },
|
||||
children: [
|
||||
{
|
||||
path: "/FaceCapture",
|
||||
name: "FaceCapture",
|
||||
component: () => import("@/views/backOfficeSystem/EntertainmentManagemnet/FaceCapture/index"),
|
||||
path: "/IdentityManage",
|
||||
name: "IdentityManage",
|
||||
component: () => import("@/views/backOfficeManage/fourColorManage/IdentityManage/index"),
|
||||
meta: {
|
||||
title: "人脸抓拍采集信息",
|
||||
title: "身份标签管理",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/videoGame",
|
||||
name: "videoGame",
|
||||
component: () => import("@/views/backOfficeSystem/EntertainmentManagemnet/VideoGame/index"),
|
||||
path: "/tagManage",
|
||||
name: "tagManage",
|
||||
component: () => import("@/views/backOfficeManage/fourColorManage/tagManage/index"),
|
||||
meta: {
|
||||
title: "娱乐场所电子游戏机信息",
|
||||
title: "标签组合管理",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/CaptureCapture",
|
||||
name: "CaptureCapture",
|
||||
component: () => import("@/views/backOfficeSystem/EntertainmentManagemnet/CaptureCapture/index"),
|
||||
meta: {
|
||||
title: "机动车抓拍采集信息",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/PersonnelCapture",
|
||||
name: "PersonnelCapture",
|
||||
component: () => import("@/views/backOfficeSystem/EntertainmentManagemnet/PersonnelCapture/index"),
|
||||
meta: {
|
||||
title: "人员抓拍采集信息",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/AcquisitionDevices",
|
||||
name: "AcquisitionDevices",
|
||||
component: () => import("@/views/backOfficeSystem/EntertainmentManagemnet/AcquisitionDevices/index"),
|
||||
meta: {
|
||||
title: "智能采集设备信息",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/CheckInformation",
|
||||
name: "CheckInformation",
|
||||
component: () => import("@/views/backOfficeSystem/EntertainmentManagemnet/CheckInformation/index"),
|
||||
meta: {
|
||||
title: "公安机关日常检查信息",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/Notices",
|
||||
name: "Notices",
|
||||
component: () => import("@/views/backOfficeSystem/EntertainmentManagemnet/Notices/index"),
|
||||
meta: {
|
||||
title: "通知通告信息",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/LawsRegulations",
|
||||
name: "LawsRegulations",
|
||||
component: () => import("@/views/backOfficeSystem/EntertainmentManagemnet/LawsRegulations/index"),
|
||||
meta: {
|
||||
title: "法律法规信息",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/SuspiciousCircumstances",
|
||||
name: "SuspiciousCircumstances",
|
||||
component: () => import("@/views/backOfficeSystem/EntertainmentManagemnet/SuspiciousCircumstances/index"),
|
||||
meta: {
|
||||
title: "可疑情况信息",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/PolicePresence",
|
||||
name: "PolicePresence",
|
||||
component: () => import("@/views/backOfficeSystem/EntertainmentManagemnet/PolicePresence/index"),
|
||||
meta: {
|
||||
title: "警情情况信息",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/EcurityDeviceInformation",
|
||||
name: "EcurityDeviceInformation",
|
||||
component: () => import("@/views/backOfficeSystem/EntertainmentManagemnet/EcurityDeviceInformation/index"),
|
||||
meta: {
|
||||
title: "安全防范设备信息",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/CasesInvolved",
|
||||
name: "CasesInvolved",
|
||||
component: () => import("@/views/backOfficeSystem/EntertainmentManagemnet/CasesInvolved/index"),
|
||||
meta: {
|
||||
title: "从业人员涉及案事件信息",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/VenueTriggerInformation",
|
||||
name: "VenueTriggerInformation",
|
||||
component: () => import("@/views/backOfficeSystem/EntertainmentManagemnet/VenueTriggerInformation/index"),
|
||||
meta: {
|
||||
title: "场所处罚信息",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/PeaceCase",
|
||||
name: "PeaceCase",
|
||||
component: () => import("@/views/backOfficeSystem/EntertainmentManagemnet/PeaceCase/index"),
|
||||
meta: {
|
||||
title: "场所案事件信息",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/Practitioners",
|
||||
name: "Practitioners",
|
||||
component: () => import("@/views/backOfficeSystem/EntertainmentManagemnet/Practitioners/index"),
|
||||
meta: {
|
||||
title: "从业人员",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/VenueAttachments",
|
||||
name: "VenueAttachments",
|
||||
component: () => import("@/views/backOfficeSystem/EntertainmentManagemnet/VenueAttachments/index"),
|
||||
meta: {
|
||||
title: "娱乐场所附加信息管理",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/PersonnelLogs",
|
||||
name: "PersonnelLogs",
|
||||
component: () => import("@/views/backOfficeSystem/EntertainmentManagemnet/PersonnelLogs/index"),
|
||||
meta: {
|
||||
title: "娱乐场所从业人员日志信息",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/Entertainment",
|
||||
name: "Entertainment",
|
||||
component: () => import("@/views/backOfficeSystem/EntertainmentManagemnet/Entertainment/index"),
|
||||
meta: {
|
||||
title: "娱乐场所信息管理",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: "/Mechanics",
|
||||
name: "Mechanics",
|
||||
meta: { title: "机修业务", icon: "article" },
|
||||
meta: { title: "智能布控", icon: "article" },
|
||||
children: [
|
||||
{
|
||||
path: "/AccidentVehicle",
|
||||
name: "AccidentVehicle",
|
||||
component: () => import("@/views/backOfficeSystem/Mechanics/AccidentVehicle/index"),
|
||||
path: "/yjControl",
|
||||
name: "yjControl",
|
||||
component: () => import("@/views/backOfficeManage/ControlManage/yjControl/index"),
|
||||
meta: {
|
||||
title: "事故车辆附加信息",
|
||||
title: "预警布控",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/myControl",
|
||||
name: "myControl",
|
||||
component: () => import("@/views/backOfficeManage/ControlManage/myControl/index"),
|
||||
meta: {
|
||||
title: "我的布控",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user