Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baiwumm/react-admin
/ delLogs
Function
delLogs
Xmw_web/src/services/system/operation-log.ts:19–19 ·
view source on GitHub ↗
(options: { ids: string[] })
Source
from the content-addressed store, hash-verified
17
* @description: 删除日志列表
18
*/
19
export
const
delLogs = (options: { ids: string[] }) => httpRequest.delete<number>(`${baseURL}`, options);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected