优化cont.

This commit is contained in:
黄心宇 2025-06-20 09:10:52 +08:00
parent e8d8f3ce78
commit 48a84d8c12
1 changed files with 1 additions and 1 deletions

View File

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