refactor: ♻️ aPI 文件根据模块划分

This commit is contained in:
ray
2024-10-18 22:28:02 +08:00
parent 0cc300a032
commit af460b5dc3
43 changed files with 150 additions and 297 deletions

View File

@@ -1,6 +1,6 @@
import UserAPI from "@/api/user";
import UserAPI from "@/api/system/user";
import RoleAPI from "@/api/role";
import type { UserPageQuery } from "@/api/user";
import type { UserPageQuery } from "@/api/system/user";
import type { IContentConfig } from "@/components/CURD/types";
const contentConfig: IContentConfig<UserPageQuery> = {