This commit is contained in:
zk
2023-12-19 14:26:27 +08:00
parent cf29ea07c1
commit e732938a34
25 changed files with 2218 additions and 80 deletions
@@ -54,8 +54,10 @@
function init() {
let mapContainer = document.querySelector('.mapSecondMap');
mapContainer && Map.initMap({ el: 'mapSecondMap' });
getMapList();
mapContainer &&
Map.initMap({ el: 'mapSecondMap' }).then(() => {
getMapList();
});
}
const watchDialogRef = ref();