From da65de038e15e23dd62cedb6965dac4a823361ba Mon Sep 17 00:00:00 2001 From: cherishsince Date: Fri, 17 May 2024 10:30:05 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E8=A7=92=E8=89=B2=E5=88=86=E9=A1=B5=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ai/chat/role/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/ai/chat/role/index.vue b/src/views/ai/chat/role/index.vue index 924a6784..c63458d2 100644 --- a/src/views/ai/chat/role/index.vue +++ b/src/views/ai/chat/role/index.vue @@ -55,10 +55,10 @@ const activeRole = ref('my-role') // 选中的角色 const loadding = ref(true) // 加载中 const search = ref('') // 加载中 const myPageNo = ref(1) // my 分页下标 -const myPageSize = ref(50) // my 分页大小 +const myPageSize = ref(20) // my 分页大小 const myRoleList = ref([]) // my 分页大小 const publicPageNo = ref(1) // public 分页下标 -const publicPageSize = ref(50) // public 分页大小 +const publicPageSize = ref(20) // public 分页大小 const publicRoleList = ref([]) // public 分页大小 const activeCategory = ref('') // 选择中的分类 const categoryList = ref([]) // 角色分类类别