diff --git a/src/views/screenAdaptation/menuConfig.js b/src/views/screenAdaptation/menuConfig.js
index b27af3e..988e2f1 100644
--- a/src/views/screenAdaptation/menuConfig.js
+++ b/src/views/screenAdaptation/menuConfig.js
@@ -947,6 +947,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: "/studentAdminCenter/studentInfo",
diff --git a/src/views/screenAdaptation/pages/homePages/threeDimensionalSchoolModel/menuRight.vue b/src/views/screenAdaptation/pages/homePages/threeDimensionalSchoolModel/menuRight.vue
index b7adb04..350ec8d 100644
--- a/src/views/screenAdaptation/pages/homePages/threeDimensionalSchoolModel/menuRight.vue
+++ b/src/views/screenAdaptation/pages/homePages/threeDimensionalSchoolModel/menuRight.vue
@@ -46,6 +46,12 @@
this.$refs.menuBox3D.style.transform = "translateX(300px)";
}
},
+ hiddenMenuFlag:function () {
+ if (this.showMenuFlag) {
+ this.showMenuFlag = false;
+ this.$refs.menuBox3D.style.transform = "translateX(300px)";
+ }
+ },
menuClick:function (menu) {
this.$router.push({path:menu.path})
}
diff --git a/src/views/screenAdaptation/pages/moralEducationCenter/parentalServices/courseScheduleQuery.vue b/src/views/screenAdaptation/pages/moralEducationCenter/parentalServices/courseScheduleQuery.vue
new file mode 100644
index 0000000..79289c0
--- /dev/null
+++ b/src/views/screenAdaptation/pages/moralEducationCenter/parentalServices/courseScheduleQuery.vue
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/screenAdaptation/pages/moralEducationCenter/parentalServices/parentingClasses.vue b/src/views/screenAdaptation/pages/moralEducationCenter/parentalServices/parentingClasses.vue
new file mode 100644
index 0000000..4a5dd35
--- /dev/null
+++ b/src/views/screenAdaptation/pages/moralEducationCenter/parentalServices/parentingClasses.vue
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/screenAdaptation/pages/moralEducationCenter/parentalServices/platformThroughTrain.vue b/src/views/screenAdaptation/pages/moralEducationCenter/parentalServices/platformThroughTrain.vue
new file mode 100644
index 0000000..294002d
--- /dev/null
+++ b/src/views/screenAdaptation/pages/moralEducationCenter/parentalServices/platformThroughTrain.vue
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/screenAdaptation/pages/moralEducationCenter/parentalServices/povertyAlleviation.vue b/src/views/screenAdaptation/pages/moralEducationCenter/parentalServices/povertyAlleviation.vue
new file mode 100644
index 0000000..3768997
--- /dev/null
+++ b/src/views/screenAdaptation/pages/moralEducationCenter/parentalServices/povertyAlleviation.vue
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/screenAdaptation/pages/moralEducationCenter/parentalServices/principalMailbox.vue b/src/views/screenAdaptation/pages/moralEducationCenter/parentalServices/principalMailbox.vue
new file mode 100644
index 0000000..1aaa161
--- /dev/null
+++ b/src/views/screenAdaptation/pages/moralEducationCenter/parentalServices/principalMailbox.vue
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/screenAdaptation/pages/moralEducationCenter/parentalServices/recipes.vue b/src/views/screenAdaptation/pages/moralEducationCenter/parentalServices/recipes.vue
new file mode 100644
index 0000000..122851f
--- /dev/null
+++ b/src/views/screenAdaptation/pages/moralEducationCenter/parentalServices/recipes.vue
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/screenAdaptation/pages/moralEducationCenter/parentalServices/studentActivities.vue b/src/views/screenAdaptation/pages/moralEducationCenter/parentalServices/studentActivities.vue
new file mode 100644
index 0000000..ea4ddff
--- /dev/null
+++ b/src/views/screenAdaptation/pages/moralEducationCenter/parentalServices/studentActivities.vue
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/screenAdaptation/pages/moralEducationCenter/parentalServicesManagement.vue b/src/views/screenAdaptation/pages/moralEducationCenter/parentalServicesManagement.vue
new file mode 100644
index 0000000..e9a3345
--- /dev/null
+++ b/src/views/screenAdaptation/pages/moralEducationCenter/parentalServicesManagement.vue
@@ -0,0 +1,72 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/screenAdaptation/pages/secondPages/secondPageBox.vue b/src/views/screenAdaptation/pages/secondPages/secondPageBox.vue
index 35cb757..e812003 100644
--- a/src/views/screenAdaptation/pages/secondPages/secondPageBox.vue
+++ b/src/views/screenAdaptation/pages/secondPages/secondPageBox.vue
@@ -7,7 +7,7 @@
@@ -28,6 +28,13 @@
}
},
mounted(){
+ let _this = this;
+ document.addEventListener('click',function(e){
+ let menuDiv = document.getElementById("navigationMenuId");
+ if (!e.path.includes(menuDiv)) {
+ _this.$refs.navigationMenu.hiddenMenuFlag();
+ }
+ });
this.cancelLoading();
},
watch:{