派生自 wuyushui/SewerAndRainNetwork

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