CN-803 fix: 批量查询参数格式变更
This commit is contained in:
@@ -118,6 +118,7 @@ export default {
|
||||
getData(api.npm.location.map, params).then(res => {
|
||||
if (res.length > 0) {
|
||||
// 计算分数
|
||||
params.country = params.country ? `'${params.country}'` : ''
|
||||
const tcpRequest = get(api.npm.location.mapTcp, params)
|
||||
const httpRequest = get(api.npm.location.mapHttp, params)
|
||||
const sslRequest = get(api.npm.location.mapSsl, params)
|
||||
|
||||
Reference in New Issue
Block a user