feat: 🚀 提示框层级调整

This commit is contained in:
2025-04-16 16:18:24 +08:00
parent bbf953f47a
commit 186bfcdcd7
16 changed files with 201 additions and 91 deletions

View File

@@ -27,5 +27,5 @@ export const getCategorySortApi = (params: any) => {
};
//下载分类下拉列表
export const getCategorysApi = (params?: any) => {
return http.get<any>(`/attachment/categorys`, params);
return http.get<any>(`/attachment/tree`, params);
};