fix: 🧩 修复bug

This commit is contained in:
2025-04-01 15:15:35 +08:00
parent 716b383a87
commit af5894dd5a
25 changed files with 112 additions and 82 deletions

View File

@@ -37,6 +37,6 @@ export const getBannerListExportApi = (params: any) => {
});
};
//分类
export const getBannerClassListApi = (params: any) => {
export const getBannerClassListApi = (params?: any) => {
return http.get<any>(`/banner/list`, params); //v1/banner/list
};