refactor: 调整 axios 配置

This commit is contained in:
siujamo
2026-01-05 10:10:51 +08:00
parent a00488be5d
commit 0d3b0bd28d
7 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import webClient from "@/service/web-client"
import webClient from "@/client/web-client"
import type { QueryPositionRequest } from "@/types/web/request"
import type { PageResponse } from "@/types/web/response"
import type { Position } from "@/types/entity"