基础功能设置,添加相应查询方法

This commit is contained in:
wzy-warehouse
2026-04-08 22:20:42 +08:00
parent c285c752fc
commit ece181e5a3
7 changed files with 120 additions and 18 deletions
+1
View File
@@ -39,6 +39,7 @@ onMounted(() => {
const areaName = area.features[0].properties.name;
return {
showName: true,
default: true,
labelStyle: {
labelText: areaName,
center: [area.features[0].properties.center[0], area.features[0].properties.center[1], 0],