派生自 wuyushui/SewerAndRainNetwork

XingChuan
2021-05-31 1cbe8bd51a055179866476e7cc8463754905449e
src/api/request.js
@@ -9,7 +9,7 @@
  })
}
export const FlueGas = (data = {}) => {
  return $http.post('/EPInterface/DataService/EPMapService.asmx/ObtainningConInfo', Qs.stringify(data), {
  return $http.post('http://10.246.162.140:8080/EPInterface/DataService/EPMapService.asmx/ObtainningConInfo', Qs.stringify(data), {
    headers: {
      'Content-Type': 'application/json'
    }
@@ -23,3 +23,6 @@
    }
  })
}
export function reportLocationSearch (data = {}) {
  return $http.get('http://10.246.133.164//api/search?', data)
}