feat✨: 1.对接全域布控下菜单的增删查改功能,以及用户操作流程优化。2.对接人力情报采集系统采集流转列表,搜索,新增接口
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user