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