⬆️ 升级 axios 版本.

This commit is contained in:
lijiahang
2025-01-14 10:09:07 +08:00
parent 956c34176d
commit 8d71d64d49
17 changed files with 67 additions and 56 deletions

View File

@@ -1,5 +1,5 @@
import type { AxiosResponse } from 'axios';
import type { HttpResponse } from '@/api/interceptor';
import type { HttpResponse } from '@/types/global';
import type { UnwrapRef } from 'vue';
import { ref } from 'vue';
import useLoading from './loading';