This commit is contained in:
lcw
2025-12-10 21:46:34 +08:00
parent ab73675b23
commit a19d69453f
55 changed files with 1124 additions and 225 deletions

View File

@ -532,7 +532,7 @@ export const publicRoutes = [
path: "/openSourceList",
name: "openSourceList",
component: () => import("@/views/backOfficeSystem/HumanIntelligence/listView/index"),
meta: { title: "开源列表", icon: "article", qbjbList: '01' },
meta: { title: "共享列表", icon: "article", qbjbList: '01' },
}, {
path: "/socialInformationCrculated",
name: "changeTheClue",
@ -545,7 +545,15 @@ export const publicRoutes = [
component: () => import("@/views/backOfficeSystem/HumanIntelligence/ConversionSynthesis/index"),
meta: { title: "转合成", icon: "article" },
},
{
path: "/CollectPoints",
name: "CollectPoints",
component: () => import("@/views/backOfficeSystem/HumanIntelligence/CollectPoints/index"),
meta: {
title: "采集积分",
icon: "article"
}
}
// {
// path: "/MakeAcomment",
// name: "MakeAcomment",