fix(sohuhao): retain infoResource value in submitArticle function
This commit is contained in:
@@ -221,6 +221,7 @@ async function submitArticle(
|
|||||||
categoryId: -1,
|
categoryId: -1,
|
||||||
cover: coverUrl || '',
|
cover: coverUrl || '',
|
||||||
accountId: Number(account.id),
|
accountId: Number(account.id),
|
||||||
|
// keep infoResource: 0 不要动
|
||||||
infoResource: 0,
|
infoResource: 0,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user