From 48a84d8c12b4659e428623c006da4b7c8be35b45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=BF=83=E5=AE=87?= Date: Fri, 20 Jun 2025 09:10:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96cont.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/Wiki/page/preview.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/forge/Wiki/page/preview.jsx b/src/forge/Wiki/page/preview.jsx index 78571940f..a41d43003 100644 --- a/src/forge/Wiki/page/preview.jsx +++ b/src/forge/Wiki/page/preview.jsx @@ -57,7 +57,7 @@ export default (props) => { const func = sha ? getPreviousWiki : getWiki func({ ...wikiParams, - pageName: checkItem.title_sub || str, + pageName: str, sha }).then(res => { if(res && res.code === 200){