diff --git a/http/newApi/http.js b/http/newApi/http.js index 5216873..5b0a4b4 100644 --- a/http/newApi/http.js +++ b/http/newApi/http.js @@ -20,6 +20,8 @@ baseUrl = '/server3' // 多少 ms 以内, 不提示loading const loadingShowTime = 200 + + // 通用处理逻辑 function commonsProcess(showLoading, httpReqCallback) {