修改上传图片安全验证问题
This commit is contained in:
@@ -342,7 +342,7 @@ export default forwardRef(function Comments(
|
||||
try {
|
||||
await messageService.markAsRead("comment", [message_id]);
|
||||
} catch (e) {
|
||||
console.error("标记评论已读失败:", e);
|
||||
console.warn("标记评论已读失败:", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user