5.1日 暂定 水电表管理

This commit is contained in:
Zy
2026-05-01 18:36:37 +08:00
parent 7b89144dd4
commit a8bb4e66ad
103 changed files with 1071 additions and 533 deletions

View File

@@ -169,8 +169,7 @@ onMounted(async () => {
version: '2.0',
plugins: ['AMap.Scale', 'AMap.Marker']
}).then(async (AMap) => {
const villageinfo = await getVillageByIdAPI(Number(villageid));
console.log(villageinfo);
const villageinfo = await getVillageByIdAPI(villageid);
map.value = new AMap.Map('containerMap', {
viewMode: '3D',
zoom: 11,