|
|
@@ -204,7 +204,7 @@
|
|
|
|
|
|
renderGoafMarkers(res); // 渲染标记
|
|
|
} else {
|
|
|
- const hide = message.loading('地图加载中...', 0);
|
|
|
+ // const hide = message.loading('地图加载中...', 0);
|
|
|
const [m, res] = await Promise.all([
|
|
|
initMap(mapContainer.value!),
|
|
|
getGeoJSON({
|
|
|
@@ -213,7 +213,7 @@
|
|
|
}),
|
|
|
]);
|
|
|
const [geojson, __, markers] = res;
|
|
|
- hide();
|
|
|
+ // hide();
|
|
|
map = m;
|
|
|
|
|
|
initMapGeoJSON(map, geojson);
|