feat: 后端博客列表时,添加updatedAt字段
This commit is contained in:
@@ -35,9 +35,10 @@ export class BlogService {
|
|||||||
return i;
|
return i;
|
||||||
}
|
}
|
||||||
|
|
||||||
const { createdAt, deletedAt, id, title, viewCount, description } = i;
|
const { createdAt, updatedAt, deletedAt, id, title, viewCount, description } = i;
|
||||||
return {
|
return {
|
||||||
createdAt,
|
createdAt,
|
||||||
|
updatedAt,
|
||||||
deletedAt,
|
deletedAt,
|
||||||
id,
|
id,
|
||||||
title,
|
title,
|
||||||
|
|||||||
Reference in New Issue
Block a user