This commit is contained in:
lcw
2026-02-05 17:17:25 +08:00
parent 872fcf7332
commit 323fcd25fe
7 changed files with 660 additions and 55 deletions

View File

@ -365,7 +365,7 @@ export const publicRoutes = [
// component: () => import("@/views/backOfficeSystem/HumanIntelligence/FollowLeads/index"),
// meta: { title: "转线索列表", icon: "article-create" },
// },
// {
// path: "/CollectPoints",
// name: "CollectPoints",
@ -375,7 +375,7 @@ export const publicRoutes = [
// icon: "article-create"
// }
// },
{
path: "/supplementReportList",
name: "supplementReportList",
@ -606,7 +606,7 @@ export const publicRoutes = [
icon: "article-create"
}
},
{
path: "/mpvGroup",
name: "mpvGroup",
@ -616,7 +616,7 @@ export const publicRoutes = [
icon: "article-create"
}
},
{
path: "/mpvCar",
name: "mpvCar",
@ -742,14 +742,15 @@ export const publicRoutes = [
}
},
{
path: "/JobAppraisal",
name: "JobAppraisal",
component: () => import("@/views/backOfficeSystem/HumanIntelligence/JobAppraisal/index"),
path: "/appraisalManagement",
name: "appraisalManagement",
component: () => import("@/views/backOfficeSystem/HumanIntelligence/appraisalManagement/index"),
meta: {
title: "工作考核",
title: "考核管理",
icon: "article-create"
}
},
{
path: "/FileData",
name: "FileData",
@ -1180,7 +1181,7 @@ export const publicRoutes = [
icon: "article-create"
}
},
{
path: "/strategicResearch",
name: "strategicResearch",
@ -1190,6 +1191,15 @@ export const publicRoutes = [
icon: "article-create"
}
},
{
path: "/JobAppraisal",
name: "JobAppraisal",
component: () => import("@/views/backOfficeSystem/HumanIntelligence/JobAppraisal/index"),
meta: {
title: "工作考核",
icon: "article-create"
}
},
// {
// path: "/ResearchHome",
// name: "ResearchHome",