派生自 wuyushui/SewerAndRainNetwork

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