fix: 1.npm地图分数补充占位复2.npm下钻3级菜单接口请求错误修复

This commit is contained in:
@changcode
2022-11-17 15:55:34 +08:00
parent 2b34f8bc26
commit 4975f2425d
4 changed files with 43 additions and 20 deletions

View File

@@ -162,7 +162,7 @@ export default {
},
loadMarkerData (imageSeries, data) {
imageSeries.data = data.map(r => ({
score: r.score,
score: r.score || '–',
name: r.province || r.country,
throughput: valueToRangeValue(r.throughBitsRate, unitTypes.bps).join(' '),
id: r.serverId,