更新代码
This commit is contained in:
@ -191,32 +191,51 @@ export const publicRoutes = [
|
||||
},
|
||||
],
|
||||
},
|
||||
// )))))))))))))))))))))
|
||||
{
|
||||
path: "/ScrapMetal",
|
||||
name: "ScrapMetal",
|
||||
meta: { title: "废旧金属", icon: "article" },
|
||||
path: "/HumanIntelligence",
|
||||
name: "HumanIntelligence",
|
||||
meta: { title: "人力情报采集管理系统", icon: "article" },
|
||||
children: [
|
||||
{
|
||||
path: "/PremisesManagement",
|
||||
name: "PremisesManagement",
|
||||
component: () => import("@/views/backOfficeSystem/ScrapMetal/PremisesManagement/index"),
|
||||
path: "/RlStatisticalAnalysis",
|
||||
name: "RlStatisticalAnalysis",
|
||||
component: () => import("@/views/backOfficeSystem/HumanIntelligence/RlStatisticalAnalysis/index"),
|
||||
meta: {
|
||||
title: "废旧金属回收场所管理",
|
||||
title: "人力情报统计分析",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/RecyclingBusinessManagement",
|
||||
name: "RecyclingBusinessManagement",
|
||||
component: () => import("@/views/backOfficeSystem/ScrapMetal/RecyclingBusinessManagement/index"),
|
||||
path: "/CollectCrculate",
|
||||
name: "CollectCrculate",
|
||||
component: () => import("@/views/backOfficeSystem/HumanIntelligence/CollectCrculate/index"),
|
||||
meta: {
|
||||
title: "废旧金属回收业务管理",
|
||||
title: "人力情报信息采集流转",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/TaskScheduling",
|
||||
name: "TaskScheduling",
|
||||
component: () => import("@/views/backOfficeSystem/HumanIntelligence/TaskScheduling/index"),
|
||||
meta: {
|
||||
title: "人力情报信息搜索任务调度",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/ConstructionManagement",
|
||||
name: "ConstructionManagement",
|
||||
component: () => import("@/views/backOfficeSystem/HumanIntelligence/ConstructionManagement/index"),
|
||||
meta: {
|
||||
title: "社会信息人员建设管理",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
],
|
||||
},
|
||||
// )))))))))))))))))))))
|
||||
|
||||
{
|
||||
path: "/3DPrinting",
|
||||
name: "3DPrinting",
|
||||
|
Reference in New Issue
Block a user