chore: 继续修复导入路径
- 修复 auth 和 disputes API 导入 - 修复所有 Vue 文件中剩余的 @/api/ 导入 - 修复 admin index.ts 类型导出冲突 - 修复组件相对路径导入 类型错误:135 → 129
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { apiClient } from './client'
|
||||
import { apiClient } from '@/shared/api/client'
|
||||
|
||||
import type { ApiResponse, PaginatedResult } from './types'
|
||||
import type { ApiResponse, PaginatedResult } from '@/shared/types/types'
|
||||
|
||||
export interface NotificationItem {
|
||||
id: number
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { apiClient } from '@/shared/api/client'
|
||||
import type { ApiResponse } from './types'
|
||||
import type { ApiResponse } from '@/shared/types/types'
|
||||
import type { RealnameStatusValue } from '@/types/status'
|
||||
|
||||
export interface RealnameStatus {
|
||||
|
||||
Reference in New Issue
Block a user