feat: 添加菜单【人像预警】,车辆预警

This commit is contained in:
2025-12-12 17:59:07 +08:00
parent 48f857284e
commit b1e988080a
11 changed files with 2615 additions and 0 deletions

View File

@ -286,6 +286,25 @@ export const publicRoutes = [
icon: "article"
}
},
// {
// path: "/portraitWarning",
// name: "portraitWarning",
// component: () => import("@/views/backOfficeSystem/fourColorManage/warningList/portraitWarning/index"),
// meta: {
// title: "人像预警",
// icon: "article"
// }
// },
// {
// path: "/vehicleWarning",
// name: "vehicleWarning",
// component: () => import("@/views/backOfficeSystem/fourColorManage/warningList/vehicleWarning/index"),
// meta: {
// title: "车辆预警",
// icon: "article"
// }
// },
{
path: "/fouColorWarning",
name: "fouColorWarning",