feat: 增加桑基图,解决冲突

This commit is contained in:
headmasterZhao
2023-04-01 13:02:22 +08:00
14 changed files with 2096 additions and 5 deletions
@@ -65,6 +65,7 @@ import { RequestHeader } from '../RequestHeader'
import { isDev } from '@/utils'
import { icon } from '@/plugins'
import {
graphUrl,
chartDataUrl,
chartSingleDataUrl,
rankListUrl,
@@ -146,6 +147,9 @@ const apiList = [
},
{
value: `【桑基图】${sankeyUrl}`
},
{
value: `【关系图】${graphUrl}`
}
]
</script>