前端大功能实现

This commit is contained in:
2024-05-11 18:11:56 +08:00
parent 4dab2b9866
commit 17776d5316
14 changed files with 483 additions and 80 deletions

View File

@@ -10,5 +10,16 @@ export default {
method: "get",
params
})
},
/**
* 操作日志删除
* @returns 后台返回的删除信息
*/
deleteOperationLogs(params = { day: 7 }) {
return request({
url: `/system/log/operation_delete`,
method: "get",
params
})
}
}