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
  • 'wip:联调设备,fix:修复eslint警告,表单加自定义验证,重写oem省市联动,fix:修改bug'
    03afa351
    sqy authored
    2021-12-16 18:15:58 +0800  
    Browse Files »
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',
  });
};