...
|
...
|
@@ -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
|
|
...
|
...
|
|