perf: 优化新地图组件

This commit is contained in:
奔跑的面条
2022-09-25 17:48:51 +08:00
parent 31450e0eac
commit 42e9e5edce
19 changed files with 254 additions and 53651 deletions
@@ -73,8 +73,8 @@ import {
imageUrl,
radarUrl,
heatMapUrl,
scatterBasicUrl
scatterBasicUrl,
mapUrl
} from '@/api/mock'
const { HelpOutlineIcon } = icon.ionicons5
@@ -116,6 +116,9 @@ const apiList = [
{
value: `【基础散点图】${scatterBasicUrl}`
},
{
value: `【地图数据】${mapUrl}`
},
]
</script>