import { request } from '../../http' //获取当前所处楼层 export const getDeviceInfo = () => request({ url: `/JSON/getDevCoordinateByIP.json` })