Sign in

简柏林 / thingskit-front · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • thingskit-front
  • src
  • api
  • alarm
  • position
  • index.ts
  • 'oem,首页,登录页逻辑界面修改'
    0306c83e
    sqy authored
    2021-12-13 10:05:57 +0800  
    Browse Files »
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',
  });
};