派生自 wuyushui/SewerAndRainNetwork

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