diff --git a/src/assets/images/cyl.png b/src/assets/images/cyl.png new file mode 100644 index 00000000..9ca7f9ca Binary files /dev/null and b/src/assets/images/cyl.png differ diff --git a/src/assets/images/dc.png b/src/assets/images/dc.png new file mode 100644 index 00000000..044f08a6 Binary files /dev/null and b/src/assets/images/dc.png differ diff --git a/src/assets/images/u_class.png b/src/assets/images/u_class.png new file mode 100644 index 00000000..f02969ff Binary files /dev/null and b/src/assets/images/u_class.png differ diff --git a/src/components/PortalHeader.vue b/src/components/PortalHeader.vue index ca21b206..c515d23f 100644 --- a/src/components/PortalHeader.vue +++ b/src/components/PortalHeader.vue @@ -214,17 +214,21 @@ export default { // }); }, handleCommand(val) { - 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', - six: urlPre+'/web/contributor/index' - }; - window.open(obj[val]); + if (val === "four") { + this.$emit('showClass',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", + six: urlPre + "/web/contributor/index", + }; + window.open(obj[val]); + } }, handleUcCommand(val) { if (val == 'uc') { diff --git a/src/layout/components/TopNav/Index.vue b/src/layout/components/TopNav/Index.vue index 74342038..d9eeb20b 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, @@ -187,6 +235,12 @@ export default { this.$store.dispatch('refrashMsg'); }, methods: { + tylClick() { + window.open("https://m.qingxuetang.com/x/?appId=qxtcorp306130"); + }, + cylClick() { + window.open("https://u.boe.com/pc/course?keyword=创新力专区"); + }, setCurIdentity(iden){ this.$store.dispatch('SetCurIdentity',iden); }, @@ -201,16 +255,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 +316,173 @@ export default { diff --git a/src/views/portal/article/Index.vue b/src/views/portal/article/Index.vue index 6c2ee664..801d6e0a 100644 --- a/src/views/portal/article/Index.vue +++ b/src/views/portal/article/Index.vue @@ -1,7 +1,7 @@ 2 @@ -153,6 +200,7 @@ export default { }, data() { return { + showUClass: false, ankIds:[], resonimg:{}, moreState:1,// 1 加载更多 2 加载中 3无数据 @@ -207,6 +255,17 @@ export default { window.removeEventListener("scroll",this.handleScroll); }, methods: { + tylClick() { + window.open("https://m.qingxuetang.com/x/?appId=qxtcorp306130"); + }, + cylClick() { + window.open("https://u.boe.com/pc/course?keyword=创新力专区"); + }, + showClass(flag) { + if (flag) { + this.showUClass = flag; + } + }, banJump() { if(this.resonimg.JumpUrl) { window.open(this.resonimg.JumpUrl); @@ -422,6 +481,173 @@ export default {