派生自 wuyushui/SewerAndRainNetwork

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