洋浦学校 八大中心德育管理中心 路由配置

init
gongdi 3 years ago
parent c2a20a9a31
commit 58891bc7ad

@ -928,46 +928,60 @@ const menuConfigYP = [
id: 5, id: 5,
title: "德育管理中心", title: "德育管理中心",
iconType: "icon-xueshengxinxi", iconType: "icon-xueshengxinxi",
path: "/studentAdminCenter", // path: "/studentAdminCenter",
name: "studentAdminCenterPage", // name: "studentAdminCenterPage",
path: "/moralEducationCenter",
name: "moralEducationCenterPage",
imgUrl: "./3D/builds-b2/3d-res/texture/de-yu.png", imgUrl: "./3D/builds-b2/3d-res/texture/de-yu.png",
component: () => import("./pages/secondPages/secondPageBox.vue"), component: () => import("./pages/secondPages/secondPageBox.vue"),
children: [ children: [
{ {
title: "学生信息", title: "生、班、师管理",
path: "/studentAdminCenter/studentInfo", path: "/moralEducationCenter/studentClassTeacherManagement",
name: "studentInfoPage", name: "studentClassTeacherManagementPage",
disable: true, component: () => import("./pages/moralEducationCenter/studentClassTeacherManagement.vue"),
component: () => import("./pages/studentAdminCenter/studentAdminCenter.vue"), },
}, {
{ title: "德、体、卫、艺管理",
title: "学生考勤", path: "/moralEducationCenter/virtueBodyHealthArtManagement",
path: "/studentAdminCenter/studentAttendance", name: "virtueBodyHealthArtManagementPage",
name: "studentAttendancePage", component: () => import("./pages/moralEducationCenter/virtueBodyHealthArtManagement.vue"),
disable: true, },
component: () => import("./pages/studentAdminCenter/studentAdminCenter.vue"), // {
}, // title: "学生信息",
{ // path: "/studentAdminCenter/studentInfo",
title: "班级评比", // name: "studentInfoPage",
path: "/studentAdminCenter/classEvaluate", // disable: true,
name: "classEvaluatePage", // component: () => import("./pages/studentAdminCenter/studentAdminCenter.vue"),
disable: true, // },
component: () => import("./pages/studentAdminCenter/studentAdminCenter.vue"), // {
}, // title: "学生考勤",
{ // path: "/studentAdminCenter/studentAttendance",
title: "学生评价", // name: "studentAttendancePage",
path: "/studentAdminCenter/studentEvaluate", // disable: true,
name: "studentEvaluatePage", // component: () => import("./pages/studentAdminCenter/studentAdminCenter.vue"),
disable: true, // },
component: () => import("./pages/studentAdminCenter/studentAdminCenter.vue"), // {
}, // title: "班级评比",
{ // path: "/studentAdminCenter/classEvaluate",
title: "课堂表现", // name: "classEvaluatePage",
path: "/studentAdminCenter/studentPerformance", // disable: true,
name: "studentPerformancePage", // component: () => import("./pages/studentAdminCenter/studentAdminCenter.vue"),
disable: true, // },
component: () => import("./pages/studentAdminCenter/studentAdminCenter.vue"), // {
}, // title: "学生评价",
// path: "/studentAdminCenter/studentEvaluate",
// name: "studentEvaluatePage",
// disable: true,
// component: () => import("./pages/studentAdminCenter/studentAdminCenter.vue"),
// },
// {
// title: "课堂表现",
// path: "/studentAdminCenter/studentPerformance",
// name: "studentPerformancePage",
// disable: true,
// component: () => import("./pages/studentAdminCenter/studentAdminCenter.vue"),
// },
] ]
}, },
{ {

@ -0,0 +1,16 @@
<template>
<div>
师管理
</div>
</template>
<script>
export default{
data(){
return {}
}
}
</script>
<style></style>

@ -0,0 +1,16 @@
<template>
<div>
艺管理
</div>
</template>
<script>
export default{
data(){
return {}
}
}
</script>
<style></style>
Loading…
Cancel
Save