日志记录:修改配置请求
This commit is contained in:
parent
452f91f29b
commit
fa13308ca5
@ -19,7 +19,7 @@ export const setConfigReq = (data: {
|
||||
options:string
|
||||
}) => {
|
||||
return createAxios<never, Promise<ReqReturnType<never>>>({
|
||||
url: '/api/plc/updateFdrConfig',
|
||||
url: '/api/plc/updatePlcLogConfig',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user