diff --git a/src/api/log/operationLog.js b/src/api/log/operationLog.js index c27bf30..6e017a8 100644 --- a/src/api/log/operationLog.js +++ b/src/api/log/operationLog.js @@ -12,7 +12,7 @@ export function getOperationLogs(params) { // 批量删除操作日志(已完成) export function batchDeleteOperationLogByIds(data) { return request({ - url: '/api//log/operation/delete', + url: '/api/log/operation/delete', method: 'post', data })