import createAxios from '@/utils/request' // 设备列表 export function getDeviceTree() { return createAxios({ url: '/cs-device-boot/csLedger/deviceTree', method: 'POST' }) }