feat: 🚀 发布测试环境

This commit is contained in:
2025-09-28 16:11:10 +08:00
parent 7b4e4f81d2
commit 2837efee97
10 changed files with 43 additions and 62 deletions

View File

@@ -12,3 +12,6 @@ export const getMaterialListApi = (params: any) => {
export const getMaterialListReloadApi = (params: any) => {
return http.get<any>(`material/reload`, params);
};
export const getMaterialListExportApi = (params: any) => {
return http.get<any>(`material/export`, params);
};