!149 feat: 增加关系图组件,关系图mock接口

Merge pull request !149 from szy/feat/graph
This commit is contained in:
奔跑的面条
2023-03-31 11:54:29 +00:00
committed by Gitee
11 changed files with 2092 additions and 2 deletions
@@ -65,6 +65,7 @@ import { RequestHeader } from '../RequestHeader'
import { isDev } from '@/utils'
import { icon } from '@/plugins'
import {
graphUrl,
chartDataUrl,
chartSingleDataUrl,
rankListUrl,
@@ -142,6 +143,9 @@ const apiList = [
},
{
value: `【三维地球】${threeEarth01Url}`
},
{
value: `【关系图】${graphUrl}`
}
]
</script>