派生自 wuyushui/SewerAndRainNetwork

chenzeping
2021-03-30 c0c0d75b2ed0191877d8cadfb39dedad6eabb407
src/utils/AjaxUtils.js
@@ -33,7 +33,7 @@
  axios({
    method: 'get',
    url: pUrl,
    data: pData
    params: pData
  }).then(function (response) {
    pBackFun(response)
  })