派生自 wuyushui/SewerAndRainNetwork

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