From 8fa0466af790f5b123874b84e41ad6e1c0412510 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Wed, 10 Jan 2024 10:41:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PortalHeader.vue | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/components/PortalHeader.vue b/src/components/PortalHeader.vue index fb7a6d9a..bfaecb55 100644 --- a/src/components/PortalHeader.vue +++ b/src/components/PortalHeader.vue @@ -41,11 +41,20 @@ 管理者进阶 U选小课堂 社招新员工 - 贡献者专区 + 教师专区 +
+ + 贡献者专区 + + 2023贡献者大会 + 2022贡献者大会 + + +
我的关注 @@ -230,6 +239,14 @@ export default { // } // }); }, + handleContributor(val){ + let urlPre = window.location.protocol + "//" + window.location.host; + let obj = { + one: urlPre + "/web/contributornew/index", + two: urlPre + "/web/contributor/index", + }; + window.open(obj[val]); + }, handleCommand(val) { if (val === "four") { this.$emit('showClass',true)