From b27bc216e3ae2e656c6f5b8d837017186bcc1124 Mon Sep 17 00:00:00 2001 From: stefanfeng Date: Wed, 1 Apr 2026 15:12:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E6=98=BE=E7=A4=BA+=E6=96=87=E7=AB=A0=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E5=8F=AF=E7=82=B9=E5=87=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - axios 拦截器把 +00:00 转 +08:00 - MySQL/后端容器加 TZ=Asia/Shanghai - scheduler.py 全部改用 datetime.now() - main.py 加 _CNJSONResponse 修复序列化时区 - 互动记录文章标题支持点击跳转详情页 - 执行时间直接显示字符串无需二次转换 --- frontend/src/views/Interactions.vue | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/Interactions.vue b/frontend/src/views/Interactions.vue index 52075b4..9f2bf62 100644 --- a/frontend/src/views/Interactions.vue +++ b/frontend/src/views/Interactions.vue @@ -30,7 +30,16 @@ @@ -55,7 +64,7 @@ @@ -104,6 +113,11 @@ function onDateChange(v) { load() } +// 构造文章详情页 URL +function getArticleUrl(articleId) { + return `https://fat-open.99hui.com/api/huihuibusiness/news/open/${articleId}` +} + async function load() { loading.value = true try {