吉安感知网项目-前端
chenyao
2026-06-30 dd8d025cf4f4bc316e5af3a1bc2d3ce35b45c64f
1
2
3
4
5
6
7
export const saveOperationLog = (data) => {
    return window._request({
        url: `/blade-log/log/operationLog/save`,
        method: 'post',
        data,
    })
}