This commit is contained in:
xiaojunnuo
2025-05-10 17:29:10 +08:00
parent 023f2d4569
commit ccdc933064
4 changed files with 8 additions and 8 deletions

View File

@@ -36,7 +36,7 @@ function createService() {
return response;
}
//@ts-ignore
if (response.config.returnResponse) {
if (response.config.returnOriginRes) {
return response;
}
// dataAxios 是 axios 返回数据中的 data