|
@@ -310,7 +310,7 @@ export default {
|
|
|
}
|
|
|
//http://122.112.224.199:9500/manager/eartagdata/findByConditions
|
|
|
this.$http({
|
|
|
- url: this.$http.adornUrl("http://192.168.1.171:8210/manager/eartagdata/findByConditions"),
|
|
|
+ url: this.$http.adornUrl("http://122.112.224.199:9500/manager/eartagdata/findByConditions"),
|
|
|
method: 'post',
|
|
|
data: this.$http.adornData(data),
|
|
|
}).then(res => {
|