From 2a85b2b77d833602d0921f8e82ea27a8defb1deb Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Mon, 8 Dec 2025 18:45:10 +0800 Subject: [PATCH] 1 --- http/newApi/http.js | 2 ++ 1 file changed, 2 insertions(+) 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) {