feat: 新增三维地球

This commit is contained in:
奔跑的面条
2022-10-12 21:08:24 +08:00
parent c84f6d9c33
commit 380a6b95b7
35 changed files with 1438 additions and 6 deletions
@@ -76,7 +76,8 @@ import {
scatterBasicUrl,
mapUrl,
wordCloudUrl,
treemapUrl
treemapUrl,
threeEarth01Url
} from '@/api/mock'
const { HelpOutlineIcon } = icon.ionicons5
@@ -127,6 +128,9 @@ const apiList = [
{
value: `【树图】${treemapUrl}`
},
{
value: `【三维地球】${threeEarth01Url}`
},
]
</script>