WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2022-07-22 6bbc2f3bf34debf6e3547c4000ba6fe9abe43b7d
微调请求捕获细节
1 files modified
2 ■■■ changed files
bases/Fetcher.js 2 ●●● patch | view | raw | blame | history
bases/Fetcher.js
@@ -151,7 +151,7 @@
                    options && options.onCapture && options.onCapture({
                        url: this._createUrlPrefix(options) + url,
                        request: data,
                        response: response.data,
                        response: { ...response.data },
                        httpCode: response.statusCode,
                    });
                    /**