Commit ad6f38e4e50c3e3e7cb302f4c533bec052ff1f32

Authored by fengtao
1 parent d6252aaa

pref:优化设备地理位置分页请求接口

... ... @@ -3,7 +3,7 @@ import { defHttp } from '/@/utils/http/axios';
3 3 // 获取设备配置
4 4 export const getDeviceProfile = () => {
5 5 return defHttp.get({
6   - url: '/deviceProfile/me/list',
  6 + url: '/device_profile/me/list',
7 7 });
8 8 };
9 9
... ...