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,5 +1,5 @@
import type { QueryRoleRequest } from "@/types/web/request"
import webClient from "@/service/web-client"
import webClient from "@/client/web-client"
import type { PageResponse, RoleResponse } from "@/types/web/response"
import type { RoleFormValues } from "@/components/role-display-form"