更新页面

This commit is contained in:
2025-05-21 10:24:02 +08:00
parent f155ad7066
commit 2b3f8a4ce8
6 changed files with 546 additions and 20 deletions

View File

@ -136,7 +136,6 @@ export const publicRoutes = [
component: layout,
redirect: "/IdentityManage",
children: [
{
path: "/FourColorWarning",
name: "FourColorWarning",
@ -401,7 +400,35 @@ export const publicRoutes = [
},
]
},
{
path: "/DeploymentDisposal",
name: "DeploymentDisposal",
redirect: "/ResearchHome",
meta: {
title: "全域布控处置",
icon: "article"
},
children: [
{
path: "/mpvGroup",
name: "mpvGroup",
component: () => import("@/views/backOfficeSystem/DeploymentDisposal/mpvGroup/index"),
meta: {
title: "重点群体管理",
icon: "article"
},
},
{
path: "/mpvPeo",
name: "mpvPeo",
component: () => import("@/views/backOfficeSystem/DeploymentDisposal/mpvPeo/index"),
meta: {
title: "重点人管理",
icon: "article"
},
},
]
},
]
}
];