代码:
//成交量
this.getAction(service_org_action.turnover,{srh_belongArea:1}).then(res =>{
console.log(res)
})

但是在浏览器中把20%去掉,是可以获取数据的

代码:
//成交量
this.getAction(service_org_action.turnover,{srh_belongArea:1}).then(res =>{
console.log(res)
})

但是在浏览器中把20%去掉,是可以获取数据的

接口里面有空格,检查一下url