feat: 警情管理 菜单调整

This commit is contained in:
2025-12-12 16:53:47 +08:00
parent ef30bcd03c
commit b3bb67c9d2

View File

@ -562,7 +562,16 @@ export const publicRoutes = [
title: "采集积分",
icon: "article"
}
}
},
{
path: "/policeReport",
name: "policeReport",
component: () => import("@/views/backOfficeSystem/policeReport/index.vue"),
meta: {
title: "警情管理",
icon: "article"
}
},
// {
// path: "/MakeAcomment",
// name: "MakeAcomment",
@ -849,15 +858,15 @@ export const publicRoutes = [
// }
// },
{
path: "/policeReport",
name: "policeReport",
component: () => import("@/views/backOfficeSystem/policeReport/index.vue"),
meta: {
title: "警情管理",
icon: "article"
}
},
// {
// path: "/policeReport",
// name: "policeReport",
// component: () => import("@/views/backOfficeSystem/policeReport/index.vue"),
// meta: {
// title: "警情管理",
// icon: "article"
// }
// },
]
},