派生自 wuyushui/SewerAndRainNetwork

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