配合后端修正baseURL

This commit is contained in:
Tankaikai
2025-03-10 14:28:12 +08:00
parent 62862afc25
commit 9ff72bc8d5
5 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
import request from "@/utils/request";
const baseURL = "/account/admin/handover-record";
const baseURL = "/account/admin/handoverRecord";
// XXX-配置
const AuthAPI = {
// 列表
@@ -57,4 +57,4 @@ export interface Responseres {
[property: string]: any;
}
export default AuthAPI;
export default AuthAPI;