This commit is contained in:
2026-01-18 21:52:04 +08:00
parent ff4e069a7e
commit c62b4c04ec
147 changed files with 820 additions and 2028 deletions

View File

@@ -1,4 +1,4 @@
import request from "./src/api/http.js";
import request from "../../http.js";
import { type TrangleAgentApiUserV1RoleListRes, type DeepRequired } from "../../interface";
import { type AxiosRequestConfig } from "axios";
@@ -29,3 +29,4 @@ export interface GetApiRoleListParams {
/** 部门ID */
departmentId?: number;
}