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 { getCountryCallingCode } from "libphonenumber-js"
import { getDefaultCountryCode } from "@/utils/phone-number-utils"
import type { AddUserRequest, EditUserRequest, QueryUserRequest } from "@/types/web/request"