src/api/farm/farmingrecord.js
@@ -299,24 +299,4 @@ } }) } // 获取在线设备信息 export const getStationAndVideoCount = (params) => { return request({ url: 'http://dev.jxpskj.com:8030/pyh-station/stationAndVideo/count', method: 'get', params: { ...params } }) } // 获取监控/监测设备列表 export const getStationAndVideoList = (params) => { return request({ url: 'http://dev.jxpskj.com:8030/pyh-station/stationAndVideo/queryStationAndVideoInfo', method: 'get', params: { ...params } }) }