import sedirectory from '@/api/sedirectory' export default { /** * 获取设备目录 * @param params */ getList(params) { return sedirectory.getList(params) } }