瀏覽代碼

教师端菜单栏管理

XW 2 月之前
父節點
當前提交
b8597bb289

+ 2 - 2
TEAMModelOS/ClientApp/src/common/BaseLayout.vue

@@ -829,7 +829,7 @@
 											isShow: this.IES5Menu
 										},
 										// 苏格拉底
-										{
+										/* {
 											icon: "iconfont icon-course-videos",
 											name: this.$t("system.menu.toSokrates2"),
 											router: "#",
@@ -840,7 +840,7 @@
 											permission: "research-read|research-upd",
 											menuName: "schoolSokrate",
 											isShow: true
-										},
+										}, */
 										// 授权管理
 										{
 											icon: "iconfont icon-auth",

+ 4 - 4
TEAMModelOS/ClientApp/src/view/areaMgmt/AreaLayout.vue

@@ -490,7 +490,7 @@
 						isShow: this.$store.state.config.srvAdr == "China"
 					},
 										// 苏格拉底
-					{
+					/* {
 						icon: "iconfont icon-course-videos",
 						name: this.$t("system.menu.toSokrates"),
 						router: "#",
@@ -501,7 +501,7 @@
 						menuName: "privSokrate",
 						isShow: !this.$jsFn.checkJinNiu() && !this.$jsFn.checkTrain(),
 						to: "privSokrate"
-					},
+					}, */
 					{
 						icon: "iconfont icon-resource",
 						name: `教师发展`,
@@ -570,7 +570,7 @@
 						],
 						isShow: this.isShowArtMenu
 					},
-					{
+					/* {
 						icon: "iconfont icon-sports",
 						name: this.$t("area.base.sportData"),
 						// router: "/area/areaSport",
@@ -582,7 +582,7 @@
 						child: [],
 						isShow: this.isShowStudentMenu,
 						to: "cdwalker"
-					}
+					} */
 				];
 			},
 			studyMenu() {