|
@@ -2,28 +2,28 @@ import request from "@/request/index";
|
|
|
|
|
|
export function GetGcxx() {
|
|
|
return request({
|
|
|
- url: 'http://10.114.4.14:9005/ghjgWebServiceTest/DigitalTwain/Bayonet/GetBasicShipInfo',
|
|
|
+ url: 'http://172.16.58.3:8080/ghjgWebServiceTest/DigitalTwain/Bayonet/GetBasicShipInfo',
|
|
|
method: "post",
|
|
|
})
|
|
|
}
|
|
|
|
|
|
export function GetLljk() {
|
|
|
return request({
|
|
|
- url: 'http://10.114.4.14:9005/ghjgWebServiceTest/DigitalTwain/Bayonet/getTrafficMonitor',
|
|
|
+ url: 'http://172.16.58.3:8080/ghjgWebServiceTest/DigitalTwain/Bayonet/getTrafficMonitor',
|
|
|
method: "post",
|
|
|
})
|
|
|
}
|
|
|
|
|
|
export function GetCbyj() {
|
|
|
return request({
|
|
|
- url: 'http://10.114.4.14:9005/ghjgWebServiceTest/DigitalTwain/Bayonet/GetShipWarning',
|
|
|
+ url: 'http://172.16.58.3:8080/ghjgWebServiceTest/DigitalTwain/Bayonet/GetShipWarning',
|
|
|
method: "post",
|
|
|
})
|
|
|
}
|
|
|
|
|
|
export function GetYjcb(warnType, page, limit) {
|
|
|
return request({
|
|
|
- url: 'http://10.114.4.14:9005/ghjgWebServiceTest/DigitalTwain/Bayonet/GetShipWarningByType',
|
|
|
+ url: 'http://172.16.58.3:8080/ghjgWebServiceTest/DigitalTwain/Bayonet/GetShipWarningByType',
|
|
|
method: "post",
|
|
|
data: { warnType, page, limit }
|
|
|
})
|