派生自 wuyushui/SewerAndRainNetwork

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