reactor:统一导出的 url 都是 export-excel

This commit is contained in:
YunaiV
2025-06-16 09:08:09 +08:00
parent c0e33d00d0
commit b7244bae01
7 changed files with 7 additions and 7 deletions

View File

@@ -56,7 +56,7 @@ export function deleteUserList(ids: number[]) {
/** 导出用户 */
export function exportUser(params: any) {
return requestClient.download('/system/user/export', params);
return requestClient.download('/system/user/export-excel', params);
}
/** 下载用户导入模板 */