派生自 wuyushui/SewerAndRainNetwork

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