feat: 增加关系图,关系图mock接口

This commit is contained in:
headmasterZhao
2023-03-30 16:40:30 +08:00
parent 55221ff756
commit 99eadd96af
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>