派生自 wuyushui/SewerAndRainNetwork

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