fix:去掉无用代码

This commit is contained in:
李想 2025-04-21 17:15:08 +08:00
parent 7139b0d11d
commit 9ea5df8616

View File

@ -159,7 +159,7 @@ export default {
data: [
{
name: item[0],
value: _this.chinaGeoCoordMap[item[0]].concat([10]),
value: _this.chinaGeoCoordMap[item[0]].concat([]),
},
],
}