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([]) // 角色分类类别