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
@@ -71,7 +71,8 @@ import {
numberIntUrl,
textUrl,
imageUrl,
radarUrl
radarUrl,
heatMapUrl
} from '@/api/mock'
const { HelpOutlineIcon } = icon.ionicons5
@@ -106,6 +107,9 @@ const apiList = [
},
{
value: `【雷达】${radarUrl}`
},
{
value: `【热力图】${heatMapUrl}`
}
]
</script>