perf(projects): perf code

This commit is contained in:
Soybean
2024-03-01 02:44:09 +08:00
parent b235ef3bc0
commit 7fa87f53d1
3 changed files with 12 additions and 7 deletions

View File

@ -30,7 +30,6 @@ export interface RequestOption<ResponseData = any> {
*
* @param response Axios response
* @param instance Axios instance
* @returns
*/
onBackendFail: (
response: AxiosResponse<ResponseData>,