This commit is contained in:
xiaozhiyong
2023-09-19 16:31:09 +08:00
parent aaa0058528
commit 27b6f29c00
5 changed files with 39 additions and 13 deletions

View File

@@ -125,7 +125,7 @@ service.interceptors.response.use(
})
}, 2000)
}
return Promise.reject()
// return Promise.reject()
}
}
}