This commit is contained in:
lcw
2025-11-28 22:25:58 +08:00
parent 85f1f3a6f7
commit e2a54c16eb
90 changed files with 2451 additions and 511 deletions

View File

@ -409,7 +409,7 @@ export const publicRoutes = [
path: "/CollectCrculate",
name: "CollectCrculate",
// component: () => import("@/views/backOfficeSystem/HumanIntelligence/CollectCrculate/index"),
meta: { title: "上报信息", icon: "article" },
meta: { title: "信息采集", icon: "article" },
// meta: { title: "人力情报信息报送", icon: "article" },
redirect: "/CollectCrculate",
children: [
@ -423,7 +423,24 @@ export const publicRoutes = [
path: "/socialInformationCrculate",
name: "socialInformationCrculate",
component: () => import("@/views/backOfficeSystem/HumanIntelligence/SocialInformationCrculate/index"),
meta: { title: "信息", icon: "article" },
meta: { title: "内部列表", icon: "article" },
},
{
path: "/socialInformationCrculate",
name: "socialInformationCrculate",
component: () => import("@/views/backOfficeSystem/HumanIntelligence/SocialInformationCrculate/index"),
meta: { title: "开源列表", icon: "article" },
},
{
path: "/socialInformationCrculate",
name: "socialInformationCrculate",
component: () => import("@/views/backOfficeSystem/HumanIntelligence/SocialInformationCrculate/index"),
meta: { title: "转合成", icon: "article" },
}, {
path: "/socialInformationCrculate",
name: "socialInformationCrculate",
component: () => import("@/views/backOfficeSystem/HumanIntelligence/SocialInformationCrculate/index"),
meta: { title: "转线索", icon: "article" },
},
]