fix_api
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user