diff --git a/src/views/screenAdaptation/menuConfig.js b/src/views/screenAdaptation/menuConfig.js index f28cc5f..b27af3e 100644 --- a/src/views/screenAdaptation/menuConfig.js +++ b/src/views/screenAdaptation/menuConfig.js @@ -928,46 +928,60 @@ const menuConfigYP = [ id: 5, title: "德育管理中心", iconType: "icon-xueshengxinxi", - path: "/studentAdminCenter", - name: "studentAdminCenterPage", + // path: "/studentAdminCenter", + // name: "studentAdminCenterPage", + path: "/moralEducationCenter", + name: "moralEducationCenterPage", imgUrl: "./3D/builds-b2/3d-res/texture/de-yu.png", component: () => import("./pages/secondPages/secondPageBox.vue"), children: [ { - title: "学生信息", - path: "/studentAdminCenter/studentInfo", - name: "studentInfoPage", - disable: true, - component: () => import("./pages/studentAdminCenter/studentAdminCenter.vue"), - }, - { - title: "学生考勤", - path: "/studentAdminCenter/studentAttendance", - name: "studentAttendancePage", - disable: true, - component: () => import("./pages/studentAdminCenter/studentAdminCenter.vue"), - }, - { - title: "班级评比", - path: "/studentAdminCenter/classEvaluate", - name: "classEvaluatePage", - 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"), - }, + title: "生、班、师管理", + path: "/moralEducationCenter/studentClassTeacherManagement", + name: "studentClassTeacherManagementPage", + component: () => import("./pages/moralEducationCenter/studentClassTeacherManagement.vue"), + }, + { + title: "德、体、卫、艺管理", + path: "/moralEducationCenter/virtueBodyHealthArtManagement", + name: "virtueBodyHealthArtManagementPage", + component: () => import("./pages/moralEducationCenter/virtueBodyHealthArtManagement.vue"), + }, + // { + // title: "学生信息", + // path: "/studentAdminCenter/studentInfo", + // name: "studentInfoPage", + // disable: true, + // component: () => import("./pages/studentAdminCenter/studentAdminCenter.vue"), + // }, + // { + // title: "学生考勤", + // path: "/studentAdminCenter/studentAttendance", + // name: "studentAttendancePage", + // disable: true, + // component: () => import("./pages/studentAdminCenter/studentAdminCenter.vue"), + // }, + // { + // title: "班级评比", + // path: "/studentAdminCenter/classEvaluate", + // name: "classEvaluatePage", + // 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"), + // }, ] }, { diff --git a/src/views/screenAdaptation/pages/moralEducationCenter/studentClassTeacherManagement.vue b/src/views/screenAdaptation/pages/moralEducationCenter/studentClassTeacherManagement.vue new file mode 100644 index 0000000..928f9a7 --- /dev/null +++ b/src/views/screenAdaptation/pages/moralEducationCenter/studentClassTeacherManagement.vue @@ -0,0 +1,16 @@ + + + + + + \ No newline at end of file diff --git a/src/views/screenAdaptation/pages/moralEducationCenter/virtueBodyHealthArtManagement.vue b/src/views/screenAdaptation/pages/moralEducationCenter/virtueBodyHealthArtManagement.vue new file mode 100644 index 0000000..9e7feda --- /dev/null +++ b/src/views/screenAdaptation/pages/moralEducationCenter/virtueBodyHealthArtManagement.vue @@ -0,0 +1,16 @@ + + + + + + \ No newline at end of file