onepsycho@163.com 1 年之前
父節點
當前提交
217f7919cf
共有 2 個文件被更改,包括 22 次插入2 次删除
  1. 2 2
      TEAMModelOS/ClientApp/public/lang/zh-CN.js
  2. 20 0
      TEAMModelOS/ClientApp/src/view/areaMgmt/AreaLayout.vue

+ 2 - 2
TEAMModelOS/ClientApp/public/lang/zh-CN.js

@@ -6014,7 +6014,7 @@ const LANG_ZH_CN = {
             acRecord: '活动记录',
             cusMgt: '课程管理',
             taskList: '我的任务',
-            train: '研修中心',
+            train: '培训平台',
             trainData: '研修数据',
             abilityPoint: '微能力点',
             scTrain: '校本研修',
@@ -6038,7 +6038,7 @@ const LANG_ZH_CN = {
             trainList: '研修名单',
             trainCheck: '研修考核',
             activity: '赛课活动',
-            trainSystem: '培训平台',
+            trainSystem: '提升工程',
             artExam: '评测活动',
             artExam1: '评测考核',
             iotBoard: 'IoT看板',

+ 20 - 0
TEAMModelOS/ClientApp/src/view/areaMgmt/AreaLayout.vue

@@ -271,12 +271,17 @@
 						this.isLoading = false;
 					});
 			},
+			toGp(){
+				window.open('https://gp-test.winteach.cn', "", "noopener");
+			},
 			menuClick(menu) {
 				if (menu.router == "#") {
 					if (menu.to === "privSokrate") {
 						this.toPrivSokrate();
 					} else if (menu.to === "activity") {
 						this.toActivity();
+					} else if (menu.to === "qingYangGp") {
+						this.toGp();
 					}
 				}
 			},
@@ -307,6 +312,9 @@
 			...mapGetters({
 				curSiteConfig: "config/getCurSiteConfig"
 			}),
+			isShowGp(){
+				return ['02944f32-f534-3397-ea56-e6f1fc6c3714', '7a51072f-b329-4e74-99e0-ba0407ba8926'].includes(this.areaId)
+			},
 			overviewMenu() {
 				return [
 					//学区总览
@@ -478,6 +486,18 @@
 						isShow: !this.$jsFn.checkJinNiu() && !this.$jsFn.checkTrain(),
 						to: "privSokrate"
 					},
+					{
+						icon: "iconfont icon-resource",
+						name: `研培平台`,
+						router: "#",
+						tag: "",
+						role: "",
+						child: [],
+						permission: "",
+						menuName: "qingYangGp",
+						isShow: this.isShowGp,
+						to: "qingYangGp"
+					},
 					// 资源平台
 					{
 						icon: "iconfont icon-app",