diff --git a/music-qianduan/src/views/admin/CommentManagement.vue b/music-qianduan/src/views/admin/CommentManagement.vue index ec3870d..06a9e1b 100644 --- a/music-qianduan/src/views/admin/CommentManagement.vue +++ b/music-qianduan/src/views/admin/CommentManagement.vue @@ -150,7 +150,7 @@ const loading = ref(false) // 分页信息 const pagination = ref({ currentPage: 1, - pageSize: 9, + pageSize: 5, total: 0 }) // 搜索关键字