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,9 +162,9 @@ export default {
} else if (type === 'serverIp') {
params.q = `ip='${condition.split(/'(.*?)'/)[1]}' and side='server'`
} else if (type === 'clientCity') {
params.q = `client_city='${condition.split(/'(.*?)'/)[1]}' and side='client'`
params.q = `client_city='${condition.split(/'(.*?)'/)[1]}'`
} else if (type === 'serverCity') {
params.q = `server_city='${condition.split(/'(.*?)'/)[1]}' and side='server'`
params.q = `server_city='${condition.split(/'(.*?)'/)[1]}'`
} else {
params.q = condition
}