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) {