From 8991cb98f80a544cd4a1b71a1dab55b44670b053 Mon Sep 17 00:00:00 2001 From: fadeaway Date: Sat, 30 Mar 2024 10:36:56 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=96=87=E7=AB=A0=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/article/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/article/page.tsx b/src/app/article/page.tsx index 6e6e0f9..d774061 100644 --- a/src/app/article/page.tsx +++ b/src/app/article/page.tsx @@ -9,8 +9,8 @@ import Image from 'next/image'; // 获取文章信息 async function getArticleInfo(journalId: string) { - // const res = await fetch(`http://api.indie.cn:9012/luoo-music/article/${journalId}`); TODO: - const res = await fetch(`http://39.103.180.196:9012/luoo-music/article/${journalId}`); + const res = await fetch(`http://api.indie.cn:9012/luoo-music/article/${journalId}`); + // const res = await fetch(`http://39.103.180.196:9012/luoo-music/article/${journalId}`); return res.json(); }