|
@@ -12,7 +12,6 @@ import { useAreaStore } from '@/store/area'
|
|
|
import { getImageUrl } from '@/utils/imageUtil'
|
|
import { getImageUrl } from '@/utils/imageUtil'
|
|
|
|
|
|
|
|
import { safeAreaInsets } from '@/utils'
|
|
import { safeAreaInsets } from '@/utils'
|
|
|
-import { l } from 'node_modules/vite/dist/node/types.d-aGj9QkWt'
|
|
|
|
|
import { useTokenStore } from '@/store/token'
|
|
import { useTokenStore } from '@/store/token'
|
|
|
import { toLoginPage } from '@/utils/toLoginPage'
|
|
import { toLoginPage } from '@/utils/toLoginPage'
|
|
|
|
|
|
|
@@ -47,7 +46,7 @@ const { send, data, pageCount, loading, page, pageSize, isLastPage, refresh, rel
|
|
|
country: currentCity.value?.value === 'all' ? '' : currentCity.value.value,
|
|
country: currentCity.value?.value === 'all' ? '' : currentCity.value.value,
|
|
|
}), {
|
|
}), {
|
|
|
initialPage: 1,
|
|
initialPage: 1,
|
|
|
- initialPageSize: 7,
|
|
|
|
|
|
|
+ initialPageSize: 10,
|
|
|
append: true,
|
|
append: true,
|
|
|
preloadNextPage: false,
|
|
preloadNextPage: false,
|
|
|
preloadPreviousPage: false,
|
|
preloadPreviousPage: false,
|