From aff23fd427a447c39bd602123beb6987bc7cb966 Mon Sep 17 00:00:00 2001 From: "mx00085@163.com" Date: Mon, 13 Mar 2023 14:47:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20U=E9=80=89=E5=B0=8F=E8=AF=BE=E5=A0=82?= =?UTF-8?q?=E5=86=85=E5=B1=82=E5=A4=B4=E9=83=A8=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/TopNav/Index.vue | 241 +++++++++++++++++++++++-- 1 file changed, 230 insertions(+), 11 deletions(-) diff --git a/src/layout/components/TopNav/Index.vue b/src/layout/components/TopNav/Index.vue index 74342038..bfd28367 100644 --- a/src/layout/components/TopNav/Index.vue +++ b/src/layout/components/TopNav/Index.vue @@ -19,7 +19,7 @@ BOE系列公开课 Grow180 管理者进阶 - U选小课堂 + U选小课堂 社招新员工 @@ -119,6 +119,53 @@ +
+ +
+ +
+
+
U选小课堂
+
项目简介
+
+ 于22年首推,是一个面向全集团员工开放的职业通识类数字化培养项目,旨在帮助员工开阔眼界、加厚职业素养。在原有外部精选通用力课程基础上,2023年引入创新专区,以新鲜的话题、新颖的形式,带给全员丰富、有趣的学习体验。 +
+
+
+
+
+
+ + 通用力专区 +
+
加厚职业素养,轻学习、快成长!
+
+ 内容涵盖:领导力、市场营销、职场技能、财务知识、法律常识、人力资源、经典国学、人文社科 +
+
+
+
+ + 创新力专区 +
+
激发创新潜力,拓视野、促思考!
+
+ 内容涵盖:组合创新、单点破局、错位竞争、分形创新、第二曲线、数字化、元宇宙 +
+
+
+
+
+
+
@@ -133,6 +180,7 @@ export default { components:{InterestCollection,GuideBox,gonggao}, data() { return { + uClassShow: false, isTiao:false, interestShow:false, checked:true, @@ -201,16 +249,20 @@ export default { // four: 'https://m.qingxuetang.com/x/?appId=qxtcorp306130', // five: process.env.VUE_APP_BOE_WEB_URL+'/boe/new-employee/index.html' // }; - let urlPre=window.location.protocol+'//'+window.location.host; - // process.env.VUE_APP_BOE_WEB_URL - let obj = { - one: urlPre+'/web/teacherLesson', - two: urlPre+'/grow180/login', - three: this.webBaseUrl + '/study/index?study=1', - four: 'https://m.qingxuetang.com/x/?appId=qxtcorp306130', - five: urlPre+'/boe/new-employee/index.html' - }; - window.open(obj[val]); + if (val === "for") { + this.uClassShow = true; + } else { + let urlPre = window.location.protocol + "//" + window.location.host; + // process.env.VUE_APP_BOE_WEB_URL + let obj = { + one: urlPre + "/web/teacherLesson", + two: urlPre + "/grow180/login", + three: this.webBaseUrl + "/study/index?study=1", + // four: 'https://m.qingxuetang.com/x/?appId=qxtcorp306130', + five: urlPre + "/boe/new-employee/index.html", + }; + window.open(obj[val]); + } }, handleUcCommand(val){ if(val == 'logout'){ @@ -258,6 +310,173 @@ export default {