瀏覽代碼

【优化】调整角色分页大小

cherishsince 1 年之前
父節點
當前提交
da65de038e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/ai/chat/role/index.vue

+ 2 - 2
src/views/ai/chat/role/index.vue

@@ -55,10 +55,10 @@ const activeRole = ref<string>('my-role') // 选中的角色
 const loadding = ref<boolean>(true) // 加载中
 const search = ref<string>('') // 加载中
 const myPageNo = ref<number>(1) // my 分页下标
-const myPageSize = ref<number>(50) // my 分页大小
+const myPageSize = ref<number>(20) // my 分页大小
 const myRoleList = ref<ChatRoleVO[]>([]) // my 分页大小
 const publicPageNo = ref<number>(1) // public 分页下标
-const publicPageSize = ref<number>(50) // public 分页大小
+const publicPageSize = ref<number>(20) // public 分页大小
 const publicRoleList = ref<ChatRoleVO[]>([]) // public 分页大小
 const activeCategory = ref<string>('') // 选择中的分类
 const categoryList = ref<string[]>([]) // 角色分类类别