src/api/data/channel/modbus/index.ts
@@ -32,7 +32,7 @@ // 新增ModBusDevice export const createModBusDevice = (data: ModBusDeviceVO) => { return request.post({ url: '/data/channel/modbus/device/add', data }) return request.post({ url: '/data/channel/modbus/device/create', data }) } // 修改ModBusDevice