update
This commit is contained in:
parent
bd0d987468
commit
1a313b2632
@ -227,7 +227,7 @@ export default defineComponent({
|
||||
const fetchCommunityList = async () => {
|
||||
try {
|
||||
communityLoading.value = true
|
||||
const res = await request.get('/api/community')
|
||||
const res = await request.get('/api/community?limit=1000')
|
||||
if (res.code === 200 && res.data) {
|
||||
communityOptions.value = res.data.items || []
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user