派生自 wuyushui/SewerAndRainNetwork

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