index.ts 177 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 import { defHttp } from '/@/utils/http/axios'; // 获取设备配置 export const getDeviceProfile = () => { return defHttp.get({ url: '/deviceProfile/me/list', }); };