Skip to content

Commit

Permalink
fix: 修复日志删除接口多了/导致embed之后请求失败的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
eryajf committed Nov 16, 2024
1 parent a3db0ff commit 1cc5a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/log/operationLog.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
})
Expand Down

0 comments on commit 1cc5a3a

Please sign in to comment.