派生自 wuyushui/SewerAndRainNetwork

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