lcw
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user