This commit is contained in:
2025-07-12 17:33:59 +08:00
parent f65adab730
commit 0fe250f0fd
3 changed files with 106 additions and 11 deletions

View File

@ -502,11 +502,11 @@ export const publicRoutes = [
}
},
{
path: "/autompvGroup",
name: "autompvGroup",
component: () =>import("@/views/backOfficeSystem/DeploymentDisposal/autompvGroup/index"),
path: "/mpvGroupSh",
name: "mpvGroupSh",
component: () =>import("@/views/backOfficeSystem/DeploymentDisposal/mpvGroupSh/index"),
meta: {
title: "重点群体审",
title: "重点群体审",
icon: "article"
}
},