派生自 wuyushui/SewerAndRainNetwork

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