fix: 添加地图的深色模式

This commit is contained in:
zhangyu
2021-12-16 20:05:20 +08:00
parent f20f5a502a
commit 470fbb1a61
3 changed files with 16 additions and 3 deletions

View File

@@ -165,6 +165,18 @@ export default {
{
id: 'group',
name: this.$t('dashboard.panel.chartForm.typeVal.group.label')
},
{
id: 'map',
name: this.$t('dashboard.panel.chartForm.typeVal.map.label')
},
{
id: 'carousel',
name: this.$t('dashboard.panel.chartForm.typeVal.carousel.label')
},
{
id: 'hexagonFigure',
name: this.$t('dashboard.panel.chartForm.typeVal.hexagonFigure.label')
}
]
}