更新代码

This commit is contained in:
2025-04-14 19:48:42 +08:00
parent 49cfd7e64f
commit 8b786df36a
73 changed files with 1988 additions and 4488 deletions

View File

@ -39,15 +39,6 @@ export const publicRoutes = [
component: layout,
redirect: "/FourColorWarning",
children: [
{
path: "/",
name:'home',
component: () => import("@/views/home/index"), //系统登录
meta: {
title: "首页",
icon: "article"
}
},
{
path: "/FourColorWarning",
name: "FourColorWarning",
@ -71,111 +62,53 @@ export const publicRoutes = [
icon: "article"
}
},
{
path: "/BehaviorLabels",
name: "BehaviorLabels",
component: () => import("@/views/backOfficeSystem/fourColorManage/BehaviorLabels/index"),
meta: {
title: "行为标签管理",
icon: "article"
}
},
],
},
// {
// path: "/Mechanics",
// name: "Mechanics",
// meta: { title: "智能布控", icon: "article" },
// children: [
// {
// path: "/yjControl",
// name: "yjControl",
// component: () => import("@/views/backOfficeManage/ControlManage/yjControl/index"),
// meta: {
// title: "预警布控",
// icon: "article"
// }
// },
// {
// path: "/myControl",
// name: "myControl",
// component: () => import("@/views/backOfficeManage/ControlManage/myControl/index"),
// meta: {
// title: "我的布控",
// icon: "article"
// }
// },
// {
// path: "/VehicleAccessories",
// name: "VehicleAccessories",
// component: () => import("@/views/backOfficeSystem/Mechanics/VehicleAccessories/index"),
// meta: {
// title: "车辆配件业务登记信息",
// icon: "article"
// }
// },
// {
// path: "/VehicleRepairs",
// name: "VehicleRepairs",
// component: () => import("@/views/backOfficeSystem/Mechanics/VehicleRepairs/index"),
// meta: {
// title: "机动车修理业务信息",
// icon: "article"
// }
// },
// {
// path: "/CarIntersectionInfo",
// name: "CarIntersectionInfo",
// component: () => import("@/views/backOfficeSystem/Mechanics/CarIntersectionInfo/index"),
// meta: {
// title: "承接车辆交接信息",
// icon: "article"
// }
// },
// {
// path: "/CarBasicInfo",
// name: "CarBasicInfo",
// component: () => import("@/views/backOfficeSystem/Mechanics/CarBasicInfo/index"),
// meta: {
// title: "承接车辆基本信息",
// icon: "article"
// }
// },
// {
// path: "/Practitioners",
// name: "Practitioners",
// component: () => import("@/views/backOfficeSystem/EntertainmentManagemnet/Practitioners/index"),
// meta: {
// title: "从业人员",
// icon: "article"
// }
// },
// {
// path: "/MachineRepair",
// name: "MachineRepair",
// component: () => import("@/views/backOfficeSystem/Mechanics/MachineRepair/index"),
// meta: { title: "机修场所信息管理",icon: "article" }
// },
// ],
// },
{
path: "/LockSmith",
name: "LockSmith",
meta: { title: "开锁行业", icon: "article" },
path: "/IntelligentControl",
name: "IntelligentControl",
meta: { title: "智能布控", icon: "article" },
children: [
{
path: "/location",
name: "location",
component: () => import("@/views/backOfficeSystem/LockSmith/LocationGL/index"),
path: "/warningControl",
name: "warningControl",
component: () => import("@/views/backOfficeSystem/IntelligentControl/warningControl/index"),
meta: {
title: "开锁业场所管理",
title: "预警布控",
icon: "article"
}
},
{
path: "/business",
name: "business",
component: () => import("@/views/backOfficeSystem/LockSmith/BusinessGL/index"),
path: "/myControl",
name: "myControl",
component: () => import("@/views/backOfficeSystem/IntelligentControl/myControl/index"),
meta: {
title: "开锁业务信息管理",
title: "我的布控",
icon: "article"
}
}
},
{
path: "/ControlApproval",
name: "ControlApproval",
component: () => import("@/views/backOfficeSystem/IntelligentControl/ControlApproval/index"),
meta: {
title: "布控审批",
icon: "article"
}
},
]
},
//
{
path: "/Pawnbroking",
name: "Pawnbroking",