feat: 1.对接全域布控下菜单的增删查改功能,以及用户操作流程优化。2.对接人力情报采集系统采集流转列表,搜索,新增接口

This commit is contained in:
jy
2025-06-04 17:27:57 +08:00
parent 2b3da38702
commit d8bee57f6b
44 changed files with 8479 additions and 594 deletions

View File

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