Compare commits
2 Commits
7e300cbc30
...
98a67fb648
| Author | SHA1 | Date | |
|---|---|---|---|
| 98a67fb648 | |||
| 84cd346de8 |
Binary file not shown.
20300
package-lock.json
generated
20300
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -374,6 +374,79 @@ export const publicRoutes = [
|
|||||||
title: "保安考试管理",
|
title: "保安考试管理",
|
||||||
icon: "personnel"
|
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",
|
// path: "/basicsmanage",
|
||||||
|
|||||||
Reference in New Issue
Block a user