diff --git a/src/components/PortalHeader.vue b/src/components/PortalHeader.vue index 16b2fc52..8f1a8cad 100644 --- a/src/components/PortalHeader.vue +++ b/src/components/PortalHeader.vue @@ -51,7 +51,8 @@ 贡献者大会 - 2023 + 2024 + 2023 2022 @@ -247,6 +248,7 @@ export default { let obj = { one: urlPre + "/web/contributornew/index", two: urlPre + "/web/contributor/index", + three: urlPre + "/web/contributor_2024/index" }; window.open(obj[val]); },