perf(struct): perf

This commit is contained in:
2026-03-10 15:41:48 +08:00
parent 4635de6a53
commit 77542cd49e
170 changed files with 34 additions and 38354 deletions

View File

@@ -1,6 +1,5 @@
import httpFetch from "@/api/fetch"
import { ResultData } from "@/api/typing"
import { BASE_LABEL_API } from "@/components/label/api/const"
import { Login } from "./types"
const BASE_PATH =
@@ -65,11 +64,3 @@ export const deleteCookie = () => {
isDeleteCookie: true,
})
}
// /api/v1/label_server/user/permission
export const getUserPermission = () => {
return httpFetch<any>({
url: BASE_LABEL_API + `/api/v1/label_server/user/permission`,
method: "GET",
})
}