优化cont.
This commit is contained in:
parent
e8d8f3ce78
commit
48a84d8c12
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Reference in New Issue