|
@@ -178,7 +178,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
this.$http({
|
|
|
- url: this.$http.adornUrl(`http://192.168.1.57:9000/dataAnalysis/getPigStockByRegionCode`),
|
|
|
+ url: this.$http.adornUrl(`http://122.112.224.199:9000/dataAnalysis/getPigStockByRegionCode`),
|
|
|
method: 'post',
|
|
|
data: this.$http.adornData(data)
|
|
|
}).then(res => {
|
|
@@ -226,7 +226,7 @@ export default {
|
|
|
regionCode: this.areaSelected
|
|
|
}
|
|
|
this.$http({
|
|
|
- url: this.$http.adornUrl('http://192.168.1.57:9000/dataAnalysis/childPigStock'),
|
|
|
+ url: this.$http.adornUrl('http://122.112.224.199:9000/dataAnalysis/childPigStock'),
|
|
|
method: 'get',
|
|
|
params: this.$http.adornParams(params)
|
|
|
})
|