This commit is contained in:
2026-06-16 10:45:14 +08:00
parent 5b53e33e27
commit 2dd1ef77cb
4 changed files with 16 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import axios, { type AxiosInstance, type AxiosRequestConfig, type CreateAxiosDefaults } from 'axios'
import { useAccountStore } from '@/stores'
import { eventBus, AppEvents } from '@/utils/eventBus'
import { eventBus, AppEvents } from '@/utils'
import type { ApiResponse, InternalRequestConfig, RequestErrorEvent } from './types'
/**