修正操作日志删除接口路径

master
JuJu 2021-01-01 12:47:46 +08:00
parent 199228f6cb
commit 8a18873b81
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ export function list(query) {
// 删除操作日志
export function delOperlog(operId) {
return request({
url: '/monitor/operlog/' + operId,
url: '/system/operlog/' + operId,
method: 'delete'
})
}