前端大功能实现
This commit is contained in:
@@ -10,5 +10,16 @@ export default {
|
||||
method: "get",
|
||||
params
|
||||
})
|
||||
},
|
||||
/**
|
||||
* 操作日志删除
|
||||
* @returns 后台返回的删除信息
|
||||
*/
|
||||
deleteOperationLogs(params = { day: 7 }) {
|
||||
return request({
|
||||
url: `/system/log/operation_delete`,
|
||||
method: "get",
|
||||
params
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user