This commit is contained in:
2025-12-25 09:37:17 +08:00
parent 1a7b27209f
commit bc92cfa735
6 changed files with 245 additions and 25 deletions

View File

@ -329,15 +329,7 @@ export const publicRoutes = [
icon: "article"
}
},
{
path: "/policeReport",
name: "policeReport",
component: () => import("@/views/backOfficeSystem/policeReport/index.vue"),
meta: {
title: "警情管理",
icon: "article"
}
},
{
path: "/transferConsultationList",
name: "transferConsultationList",
@ -477,6 +469,15 @@ export const publicRoutes = [
icon: "article"
},
children: [
{
path: "/policeReport",
name: "policeReport",
component: () => import("@/views/backOfficeSystem/policeReport/index.vue"),
meta: {
title: "警情管理",
icon: "article"
}
},
{
path: "/ResearchHome",
name: "ResearchHome",