基於dva的fetch進一步簡單封裝

直接上代碼!json import fetch from 'dva/fetch'; function parseJSON(response) { return response.json(); } function checkStatus(response) { if (response.status >= 200 && response.status < 300) { ret
相關文章
相關標籤/搜索