|
|
|
@ -425,10 +425,10 @@ const menuConfigDS = [
|
|
|
|
|
component: () => import("./pages/secondPages/secondPageBox.vue"),
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
title: "行政管理中心",
|
|
|
|
|
title: "",//行政管理中心
|
|
|
|
|
path: "/adminCenter/mainCenter",
|
|
|
|
|
name: "mainCenter",
|
|
|
|
|
// disable:true,
|
|
|
|
|
disable: true,
|
|
|
|
|
component: () => import("./pages/adminCenter/adminCenterDS.vue"),
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
@ -654,12 +654,12 @@ const menuConfigDS = [
|
|
|
|
|
name: "virtueBodyHealthArtManagementPage",
|
|
|
|
|
component: () => import("./pages/moralEducationCenter/virtueBodyHealthArtManagement.vue"),
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "家长服务管理",
|
|
|
|
|
path: "/moralEducationCenter/parentalServicesManagement",
|
|
|
|
|
name: "parentalServicesManagementPage",
|
|
|
|
|
component: () => import("./pages/moralEducationCenter/parentalServicesManagement.vue"),
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// title: "家长服务管理",
|
|
|
|
|
// path: "/moralEducationCenter/parentalServicesManagement",
|
|
|
|
|
// name: "parentalServicesManagementPage",
|
|
|
|
|
// component: () => import("./pages/moralEducationCenter/parentalServicesManagement.vue"),
|
|
|
|
|
// },
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
@ -787,33 +787,40 @@ const menuConfigDS = [
|
|
|
|
|
component: () => import("./pages/secondPages/secondPageBox.vue"),
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
title: "校园之窗",
|
|
|
|
|
path: "/serviceCenter/schoolWindow",
|
|
|
|
|
name: "schoolWindowPage",
|
|
|
|
|
disable: true,
|
|
|
|
|
component: () => import("./pages/serviceCenter/serviceCenter.vue"),
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "本周营养餐",
|
|
|
|
|
path: "/serviceCenter/schoolNutritiousMeal",
|
|
|
|
|
name: "schoolNutritiousMealPage",
|
|
|
|
|
disable: true,
|
|
|
|
|
component: () => import("./pages/serviceCenter/serviceCenter.vue"),
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "校车管理",
|
|
|
|
|
path: "/serviceCenter/schoolBus",
|
|
|
|
|
name: "schoolBusPage",
|
|
|
|
|
disable: true,
|
|
|
|
|
component: () => import("./pages/serviceCenter/serviceCenter.vue"),
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "招生通道",
|
|
|
|
|
path: "/serviceCenter/schoolAdmissionChannel",
|
|
|
|
|
name: "schoolAdmissionChannelPage",
|
|
|
|
|
title: "",
|
|
|
|
|
path: "/moralEducationCenter/parentalServicesManagement",
|
|
|
|
|
name: "parentalServicesManagementPage",
|
|
|
|
|
disable: true,
|
|
|
|
|
component: () => import("./pages/serviceCenter/serviceCenter.vue"),
|
|
|
|
|
component: () => import("./pages/moralEducationCenter/parentalServicesManagement.vue"),
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// title: "校园之窗",
|
|
|
|
|
// path: "/serviceCenter/schoolWindow",
|
|
|
|
|
// name: "schoolWindowPage",
|
|
|
|
|
// disable: true,
|
|
|
|
|
// component: () => import("./pages/serviceCenter/serviceCenter.vue"),
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// title: "本周营养餐",
|
|
|
|
|
// path: "/serviceCenter/schoolNutritiousMeal",
|
|
|
|
|
// name: "schoolNutritiousMealPage",
|
|
|
|
|
// disable: true,
|
|
|
|
|
// component: () => import("./pages/serviceCenter/serviceCenter.vue"),
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// title: "校车管理",
|
|
|
|
|
// path: "/serviceCenter/schoolBus",
|
|
|
|
|
// name: "schoolBusPage",
|
|
|
|
|
// disable: true,
|
|
|
|
|
// component: () => import("./pages/serviceCenter/serviceCenter.vue"),
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// title: "招生通道",
|
|
|
|
|
// path: "/serviceCenter/schoolAdmissionChannel",
|
|
|
|
|
// name: "schoolAdmissionChannelPage",
|
|
|
|
|
// disable: true,
|
|
|
|
|
// component: () => import("./pages/serviceCenter/serviceCenter.vue"),
|
|
|
|
|
// },
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
]
|
|
|
|
|