submit
This commit is contained in:
parent
f7e76d780e
commit
ab274c2011
@ -84,7 +84,6 @@ class uniFetch {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private handleResponse(response: any): any {
|
private handleResponse(response: any): any {
|
||||||
// 执行响应拦截器(如果有)
|
|
||||||
if (this.interceptors.response) {
|
if (this.interceptors.response) {
|
||||||
response = this.interceptors.response(response);
|
response = this.interceptors.response(response);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user