设备列表

This commit is contained in:
磷叶 2025-04-30 18:31:06 +08:00
parent 5d96ed97ba
commit 6e0581966e

View File

@ -37,6 +37,8 @@ export default {
strokeDasharray: [5, 5]
});
polygon.on('click', this.onCickMap)
this.map.add(polygon);
this.areaPolygons.set(this.area.id, polygon);
} catch (error) {