|
@@ -67,7 +67,7 @@ export default {
|
|
|
|
|
|
axios({
|
|
|
method: 'post',
|
|
|
- url: 'http://gateway.usky.cn/prod-api/usky-backend/dataQuery/deviceDataAverage',
|
|
|
+ url: 'http://gateway.usky.cn/prod-api/service-iot/dmpDeviceInfo/deviceDataAverage',
|
|
|
headers:{
|
|
|
Authorization:localStorage.getItem("token")
|
|
|
},
|
|
@@ -93,7 +93,7 @@ export default {
|
|
|
})
|
|
|
axios({
|
|
|
method: 'post',
|
|
|
- url: 'http://gateway.usky.cn/prod-api/usky-backend/dataQuery/deviceDataAverage',
|
|
|
+ url: 'http://gateway.usky.cn/prod-api/service-iot/dmpDeviceInfo/deviceDataAverage',
|
|
|
headers:{
|
|
|
Authorization:localStorage.getItem("token")
|
|
|
},
|