import request from '@/axios'; // 机巢列表 export const getDeviceInfoNum = () => { return request({ url: '/manage/api/v1/devices/getDeviceInfoNum', method: 'post', params: {}, }); };