app/api/map.js @@ -249,7 +249,7 @@ }) } // 天地图地址搜索提示API(输入联想) // 天地图普通搜索服务API(地址搜索) export function tiandituPlaceSuggestion(keyWord, region, city, count) { // 参数验证 if (!keyWord) { @@ -266,4 +266,4 @@ count: count || 10 } }) } }