|
|
@@ -76,7 +76,7 @@ const mapLoader = useSimpleDataLoader<MapMarker[]>(async () => {
|
|
|
villageData.clear();
|
|
|
|
|
|
await waitTimeOut(200);
|
|
|
- const res = (await LightVillageApi.getVillageList(undefined, selectedRegion.value, undefined, 1, 100)).map((p, i) => {
|
|
|
+ const res = (await LightVillageApi.getVillageList(undefined, selectedRegion.value, undefined, 1, 100000000000)).map((p, i) => {
|
|
|
villageData.set(p.id, p);
|
|
|
const maker : MapMarker = {
|
|
|
id: p.id ?? i,
|