fix(projects): 修复登录过期后,重复弹窗问题
This commit is contained in:
parent
39dd9acca9
commit
cafee1dbd9
@ -92,7 +92,7 @@ export const request = createFlatRequest<App.Service.Response, RequestInstanceSt
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
return null;
|
request.cancelAllRequest();
|
||||||
}
|
}
|
||||||
|
|
||||||
// when the backend response code is in `expiredTokenCodes`, it means the token is expired, and refresh token
|
// when the backend response code is in `expiredTokenCodes`, it means the token is expired, and refresh token
|
||||||
|
Loading…
Reference in New Issue
Block a user