From ae1aaa72e1ae7c3c4fdc6ef34c5bed28dc28df0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=80=9D?= <2897217417@qq.com> Date: Tue, 23 Apr 2024 09:44:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=B9=E6=AE=8A=E5=AD=97=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/Information/Pages/help.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/forge/Information/Pages/help.jsx b/src/forge/Information/Pages/help.jsx index 9d2ba6e18..823a6fdf0 100644 --- a/src/forge/Information/Pages/help.jsx +++ b/src/forge/Information/Pages/help.jsx @@ -66,7 +66,7 @@ function ProjectSource(props) { // 获取wiki内容 setLoading(true); getWiki({ - pageName: wiki.titleStr, + pageName: wiki.title_sub, ...wikiParams }).then(res=>{ setLoading(false); @@ -78,7 +78,7 @@ function ProjectSource(props) { message.error("加载失败") } }) - }, [wiki && wiki.titleStr]) + }, [wiki && wiki.title_sub]) useEffect(() => { if (scroller) { @@ -236,7 +236,7 @@ function ProjectSource(props) {