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:
+5
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user