mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
perf: 新增单数据mock接口,优化漏斗图展示
This commit is contained in:
+4
@@ -64,6 +64,7 @@ import { isDev } from '@/utils'
|
||||
import { icon } from '@/plugins'
|
||||
import {
|
||||
chartDataUrl,
|
||||
chartSingleDataUrl,
|
||||
rankListUrl,
|
||||
scrollBoardUrl,
|
||||
numberFloatUrl,
|
||||
@@ -82,6 +83,9 @@ const apiList = [
|
||||
{
|
||||
value: `【图表】${chartDataUrl}`
|
||||
},
|
||||
{
|
||||
value: `【单数据图表】${chartSingleDataUrl}`
|
||||
},
|
||||
{
|
||||
value: `【文本】${textUrl}`
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user