From 4618fe0b9d94099d68f209c148a966b76d1ca214 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Wed, 19 Jul 2023 11:54:26 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=8D=A1=E7=89=8C=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E9=93=BE=E6=8E=A5=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/heo/components/Hero.js | 8 ++++---- themes/heo/config.js | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/themes/heo/components/Hero.js b/themes/heo/components/Hero.js index 85ca9fb9..a8e081ab 100644 --- a/themes/heo/components/Hero.js +++ b/themes/heo/components/Hero.js @@ -211,11 +211,11 @@ function TodayCard({ cRef }) { } /** - * 点击卡片跳转的链接 - * @param {*} e - */ + * 点击卡片跳转的链接 + * @param {*} e + */ function handleCardClick(e) { - router.push('https://tangly1024.com') + router.push(CONFIG.HERO_TITLE_LINK) } return