管理员日志详情组件优化

This commit is contained in:
unknown
2023-09-06 10:41:06 +08:00
parent acc767f11b
commit 39871bd23f
3 changed files with 34 additions and 16 deletions

View File

@@ -19,3 +19,7 @@ export function adminLogList(
end_time: end_time,
});
}
export function adminLogDetail(id: number) {
return client.get(`/backend/v1/admin/log/detail/${id}`, {});
}