|
|
|
@ -825,7 +825,6 @@ const menuConfigDS = [
|
|
|
|
|
},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//洋浦学校菜单
|
|
|
|
|
const menuConfigYP = [
|
|
|
|
|
{
|
|
|
|
@ -872,6 +871,7 @@ const menuConfigYP = [
|
|
|
|
|
path: "/partyCenter",
|
|
|
|
|
name: "partyCenterPage",
|
|
|
|
|
imgUrl: "./3D/builds-b2/3d-res/texture/party-building.png",
|
|
|
|
|
partyUrl:"./3D/builds-b2/3d-res/texture/party-building-red.png",
|
|
|
|
|
component: () => import("./pages/secondPages/secondPageBox.vue"),
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
@ -890,6 +890,7 @@ const menuConfigYP = [
|
|
|
|
|
path: "/adminCenter",
|
|
|
|
|
name: "adminCenterPage",
|
|
|
|
|
imgUrl: "./3D/builds-b2/3d-res/texture/admin.png",
|
|
|
|
|
partyUrl:"./3D/builds-b2/3d-res/texture/admin-red.png",
|
|
|
|
|
component: () => import("./pages/secondPages/secondPageBox.vue"),
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
@ -907,7 +908,8 @@ const menuConfigYP = [
|
|
|
|
|
iconType: "icon-bukashenqing",
|
|
|
|
|
path: "/safeCenter",
|
|
|
|
|
name: "safeCenterPage",
|
|
|
|
|
imgUrl: "./3D/builds-b2/3d-res/texture/one.png",
|
|
|
|
|
imgUrl: "./3D/builds-b2/3d-res/texture/safe.png",
|
|
|
|
|
partyUrl:"./3D/builds-b2/3d-res/texture/safe-red.png",
|
|
|
|
|
component: () => import("./pages/secondPages/secondPageBox.vue"),
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
@ -946,7 +948,8 @@ const menuConfigYP = [
|
|
|
|
|
iconType: "icon-pingtaiyingyongqingkuang",
|
|
|
|
|
path: "/teachingCenter",
|
|
|
|
|
name: "teachingCenterPage",
|
|
|
|
|
imgUrl: "./3D/builds-b2/3d-res/texture/three.png",
|
|
|
|
|
imgUrl: "./3D/builds-b2/3d-res/texture/teaching.png",
|
|
|
|
|
partyUrl:"./3D/builds-b2/3d-res/texture/teaching-red.png",
|
|
|
|
|
component: () => import("./pages/secondPages/secondPageBox.vue"),
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
@ -1021,6 +1024,7 @@ const menuConfigYP = [
|
|
|
|
|
path: "/moralEducationCenter",
|
|
|
|
|
name: "moralEducationCenterPage",
|
|
|
|
|
imgUrl: "./3D/builds-b2/3d-res/texture/de-yu.png",
|
|
|
|
|
partyUrl:"./3D/builds-b2/3d-res/texture/deyu-red.png",
|
|
|
|
|
component: () => import("./pages/secondPages/secondPageBox.vue"),
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
@ -1035,12 +1039,12 @@ const menuConfigYP = [
|
|
|
|
|
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"),
|
|
|
|
|
// },
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
@ -1050,6 +1054,7 @@ const menuConfigYP = [
|
|
|
|
|
path: "/teacherAdminCenter",
|
|
|
|
|
name: "teacherAdminCenterPage",
|
|
|
|
|
imgUrl: "./3D/builds-b2/3d-res/texture/teacher.png",
|
|
|
|
|
partyUrl:"./3D/builds-b2/3d-res/texture/teacher-red.png",
|
|
|
|
|
component: () => import("./pages/secondPages/secondPageBox.vue"),
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
@ -1096,6 +1101,7 @@ const menuConfigYP = [
|
|
|
|
|
name: "monitorCenterPage",
|
|
|
|
|
iconType: "icon-zichanfenleitongji",
|
|
|
|
|
imgUrl: "./3D/builds-b2/3d-res/texture/two.png",
|
|
|
|
|
partyUrl: "./3D/builds-b2/3d-res/texture/two-red.png",
|
|
|
|
|
component: () => import("./pages/secondPages/secondPageBox.vue"),
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
@ -1119,36 +1125,44 @@ const menuConfigYP = [
|
|
|
|
|
path: "/serviceCenter",
|
|
|
|
|
name: "serviceCenterPage",
|
|
|
|
|
imgUrl: "./3D/builds-b2/3d-res/texture/six.png",
|
|
|
|
|
partyUrl:"./3D/builds-b2/3d-res/texture/six-red.png",
|
|
|
|
|
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"),
|
|
|
|
|
// },
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
]
|
|
|
|
@ -1262,7 +1276,7 @@ const careerMenu = [
|
|
|
|
|
{id: 7, title: "测评报告", icon: "icon-cepingbaogao", logo: require("./assets/images/application/shy/测评报告.png")},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
const menuConfig = menuConfigDS;
|
|
|
|
|
const menuConfig = menuConfigYP;
|
|
|
|
|
|
|
|
|
|
export {
|
|
|
|
|
menuConfig,
|
|
|
|
|