'新增页面'
This commit is contained in:
@ -326,12 +326,52 @@ 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"
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user