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