feat: 增加mock桑基图数据

This commit is contained in:
headmasterZhao
2023-03-30 13:37:07 +08:00
parent bd52c4454c
commit 480e328306
4 changed files with 107 additions and 2 deletions
@@ -80,7 +80,8 @@ import {
capsuleUrl,
wordCloudUrl,
treemapUrl,
threeEarth01Url
threeEarth01Url,
sankeyUrl
} from '@/api/mock'
const props = defineProps({
@@ -142,6 +143,9 @@ const apiList = [
},
{
value: `【三维地球】${threeEarth01Url}`
},
{
value: `【桑基图】${sankeyUrl}`
}
]
</script>