perf: 词云优化

This commit is contained in:
奔跑的面条
2022-09-26 20:00:39 +08:00
parent 8cfb54aab1
commit a6646be66b
5 changed files with 13 additions and 5 deletions
@@ -74,7 +74,8 @@ import {
radarUrl,
heatMapUrl,
scatterBasicUrl,
mapUrl
mapUrl,
wordCloudUrl
} from '@/api/mock'
const { HelpOutlineIcon } = icon.ionicons5
@@ -119,6 +120,9 @@ const apiList = [
{
value: `【地图数据】${mapUrl}`
},
{
value: `【词云】${wordCloudUrl}`
},
]
</script>