This commit is contained in:
2026-01-26 17:28:55 +08:00
parent 0bd4a31c67
commit 5ced373ffe
2 changed files with 55 additions and 18 deletions

View File

@ -606,15 +606,7 @@ export const publicRoutes = [
icon: "article-create"
}
},
{
path: "/mpvPeoSh",
name: "mpvPeoSh",
component: () => import("@/views/backOfficeSystem/DeploymentDisposal/mpvPeoSh/index"),
meta: {
title: "重点人审批",
icon: "article-create"
}
},
{
path: "/mpvGroup",
name: "mpvGroup",
@ -624,15 +616,7 @@ export const publicRoutes = [
icon: "article-create"
}
},
{
path: "/mpvGroupSh",
name: "mpvGroupSh",
component: () => import("@/views/backOfficeSystem/DeploymentDisposal/mpvGroupSh/index"),
meta: {
title: "重点群体审核",
icon: "article-create"
}
},
{
path: "/mpvCar",
name: "mpvCar",
@ -642,6 +626,33 @@ export const publicRoutes = [
icon: "article-create"
}
},
{
path: "/mvpSP",
name: "mvpSP",
component: () => import("@/views/backOfficeSystem/DeploymentDisposal/mvpSP/index"),
meta: {
title: "审核列表",
icon: "article-create"
}
},
// {
// path: "/mpvPeoSh",
// name: "mpvPeoSh",
// component: () => import("@/views/backOfficeSystem/DeploymentDisposal/mpvPeoSh/index"),
// meta: {
// title: "重点人审批",
// icon: "article-create"
// }
// },
// {
// path: "/mpvGroupSh",
// name: "mpvGroupSh",
// component: () => import("@/views/backOfficeSystem/DeploymentDisposal/mpvGroupSh/index"),
// meta: {
// title: "重点群体审核",
// icon: "article-create"
// }
// },
]
},
{