基础功能设置,添加相应查询方法
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user