除了第三方数据均已开发完成

This commit is contained in:
aixianling
2023-10-24 13:48:50 +08:00
parent 5a64f7ac7d
commit ebb263cf2b
4 changed files with 150 additions and 21 deletions

View File

@@ -57,7 +57,7 @@ export default {
show: true,
color: '#02FEFF',
fontSize: 16,
fontFamily: 'PingFang-SC'
fontFamily: 'PingFang-SC',
},
emphasis: {
disabled: true,
@@ -66,7 +66,8 @@ export default {
itemStyle: {areaColor: '#02bcff29',},
label: {fontSize: 16, fontWeight: 'bold', color: '#02FEFF'}
},
zoom: 1.2
zoom: 1.2,
data: geoJSON.features.map(e => e.properties)
},
]
})