Skip to content

Commit 1cc5a3a

Browse files
committed
fix: 修复日志删除接口多了/导致embed之后请求失败的问题
1 parent a3db0ff commit 1cc5a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/log/operationLog.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export function getOperationLogs(params) {
1212
// 批量删除操作日志(已完成)
1313
export function batchDeleteOperationLogByIds(data) {
1414
return request({
15-
url: '/api//log/operation/delete',
15+
url: '/api/log/operation/delete',
1616
method: 'post',
1717
data
1818
})

0 commit comments

Comments
 (0)