mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增热力图mock,解决热力图无法响应式更新的问题
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import heatmapJson from './heatMapData.json'
|
||||
|
||||
export default {
|
||||
// 单图表
|
||||
fetchMockSingleData: {
|
||||
@@ -181,5 +183,12 @@ export default {
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
// 热力图
|
||||
fetchHeatmap: {
|
||||
code: 0,
|
||||
status: 200,
|
||||
msg: '请求成功',
|
||||
data: heatmapJson
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user