派生自 wuyushui/SewerAndRainNetwork

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