更新路由
This commit is contained in:
@ -326,14 +326,127 @@ export const publicRoutes = [
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/trainer",
|
||||
name: "trainer",
|
||||
component: () =>
|
||||
import("@/views/securityManagement/trainer/index"),
|
||||
path: "/trainingManagement",
|
||||
name: "/trainingManagement",
|
||||
meta: {
|
||||
title: "培训人员管理",
|
||||
title: "培训管理",
|
||||
icon: "personnel"
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: "/trainingManagement/trainer",
|
||||
name: "trainer",
|
||||
component: () =>
|
||||
import("@/views/securityManagement/trainingManagement/trainer/index"),
|
||||
meta: {
|
||||
title: "培训人员",
|
||||
icon: "personnel"
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/trainingManagement/personnelTraining",
|
||||
name: "personnelTraining",
|
||||
component: () =>
|
||||
import("@/views/securityManagement/trainingManagement/personnelTraining/index"),
|
||||
meta: {
|
||||
title: "保安待培训人员管理",
|
||||
icon: "personnel"
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/trainingManagement/trainingProject",
|
||||
name: "trainingProject",
|
||||
component: () =>
|
||||
import("@/views/securityManagement/trainingManagement/trainingProject/index"),
|
||||
meta: {
|
||||
title: "保安培训项目管理",
|
||||
icon: "personnel"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: "/examManagement",
|
||||
name: "examManagement",
|
||||
component: () =>
|
||||
import("@/views/securityManagement/examManagement/index"),
|
||||
meta: {
|
||||
title: "保安考试管理",
|
||||
icon: "personnel"
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/training",
|
||||
name: "training",
|
||||
meta: {
|
||||
title: "培训中心",
|
||||
icon: "personnel"
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: "/training/securityTrainingVideo",
|
||||
name: "securityTrainingVideo",
|
||||
component: () => import("@/views/Training/SecurityTrainingVideo/index"),
|
||||
meta: {
|
||||
title: "保安培训视频",
|
||||
icon: "personnel"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/training/securityQuestionBank",
|
||||
name: "securityQuestionBank",
|
||||
component: () => import("@/views/Training/SecurityQuestionBank/index"),
|
||||
meta: {
|
||||
title: "保安题库",
|
||||
icon: "personnel"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/training/securityTrainingSyllabus",
|
||||
name: "securityTrainingSyllabus",
|
||||
component: () => import("@/views/Training/SecurityTrainingSyllabus/index"),
|
||||
meta: {
|
||||
title: "保安培训教学大纲",
|
||||
icon: "personnel"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/training/annualInspectionTraining",
|
||||
name: "annualInspectionTraining",
|
||||
component: () => import("@/views/Training/AnnualInspectionTraining/index"),
|
||||
meta: {
|
||||
title: "年检培训",
|
||||
icon: "personnel"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/training/annualInspectionApplicants",
|
||||
name: "annualInspectionApplicants",
|
||||
component: () => import("@/views/Training/AnnualInspectionApplicants/index"),
|
||||
meta: {
|
||||
title: "年检申请人员",
|
||||
icon: "personnel"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/training/annualInspection",
|
||||
name: "annualInspection",
|
||||
component: () => import("@/views/Training/AnnualInspection/index"),
|
||||
meta: {
|
||||
title: "年检",
|
||||
icon: "personnel"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/training/securityExamManagement",
|
||||
name: "securityExamManagement",
|
||||
component: () => import("@/views/Training/SecurityExamManagement/index"),
|
||||
meta: {
|
||||
title: "保安考试管理",
|
||||
icon: "personnel"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
// {
|
||||
// path: "/basicsmanage",
|
||||
|
||||
Reference in New Issue
Block a user