修改 报错上传一级 用户认证逻辑

This commit is contained in:
张成
2025-10-05 12:30:48 +08:00
parent 2548e15ac4
commit 6058580b29
5 changed files with 9 additions and 20 deletions

View File

@@ -11,7 +11,7 @@ interface TitleTextareaProps {
}
const TitleTextarea: React.FC<TitleTextareaProps> = ({
value,
value='',
onChange,
maxLength = 20,
placeholder = '好的标题更吸引人哦'