派生自 wuyushui/SewerAndRainNetwork

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