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

This commit is contained in:
JuJu
2021-01-01 12:47:46 +08:00
parent 199228f6cb
commit 8a18873b81

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'
})
}