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