reactor:【SYSTEM 系统管理】邮箱日志,重构成 element-plus 标准界面

This commit is contained in:
YunaiV
2025-07-26 22:02:30 +08:00
parent 4f67951757
commit cde1f209fb
4 changed files with 287 additions and 213 deletions

View File

@@ -28,3 +28,8 @@ export const getMailLogPage = async (params: PageParam) => {
export const getMailLog = async (id: number) => {
return await request.get({ url: '/system/mail-log/get?id=' + id })
}
// 导出邮件日志
export const exportMailLog = (params) => {
return request.download({ url: '/system/mail-log/export-excel', params })
}