export const saveOperationLog = (data) => { return window._request({ url: `/blade-log/log/operationLog/save`, method: 'post', data, }) }