feat: 新增热力图mock,解决热力图无法响应式更新的问题

This commit is contained in:
奔跑的面条
2022-09-17 12:12:22 +08:00
parent 3fc6012145
commit cfa7f59b0b
6 changed files with 273 additions and 8 deletions
+9
View File
@@ -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
}
}