feat: 列表请求数调整

This commit is contained in:
zhangrun 2025-11-08 18:51:59 +08:00
parent f7c7a334d3
commit 2e78b11b5b
2 changed files with 2 additions and 2 deletions

View File

@ -168,7 +168,7 @@ const currentType = ref('0')
const getCaseData = async () => {
console.log('88')
const website = new Website()
const res = await website.getCasePage({typeId: '0',pageNum: 1,pageSize: 10})
const res = await website.getCasePage({typeId: '0',pageNum: 1,pageSize: 6})
console.log('66',res)
if(res.code == 200){
let resLs = res.data?.records || []

View File

@ -88,7 +88,7 @@ const commentList = ref([])
const getCommentData = async () => {
console.log('00')
const website = new Website()
const res = await website.getCommentPage({pageNum: 1,pageSize: 10})
const res = await website.getCommentPage({pageNum: 1,pageSize: 3})
console.log('77',res)
if(res.code == 200){
let resLs = res.data?.records || []