前端调整评论发布失败的错误消息
This commit is contained in:
@@ -45,7 +45,7 @@ export function BlogCommentTool({ blogId, onInsertComment, replayTarget, handleC
|
|||||||
if ((error as { statusCode: number }).statusCode === 429) {
|
if ((error as { statusCode: number }).statusCode === 429) {
|
||||||
return toast.error('操作太频繁了,稍后再试吧')
|
return toast.error('操作太频繁了,稍后再试吧')
|
||||||
}
|
}
|
||||||
toast.error('发布失败')
|
toast.error(`${(error as Error).message || '发布失败'}`)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user