派生自 wuyushui/SewerAndRainNetwork

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