|
@@ -45,4 +45,13 @@ export default {
|
|
|
getSanxiaInfo() {
|
|
getSanxiaInfo() {
|
|
|
return $http("/changjia/surroundings/sanxiaInfo");
|
|
return $http("/changjia/surroundings/sanxiaInfo");
|
|
|
},
|
|
},
|
|
|
|
|
+
|
|
|
|
|
+ // 运输安全管理中心-首页船舶地图点
|
|
|
|
|
+ getSafetyShipLocation(data) {
|
|
|
|
|
+ return $http("/ship/safety/frontPage/shipLocation", data);
|
|
|
|
|
+ },
|
|
|
|
|
+ // 运输安全管理中心-模糊搜索船舶下拉
|
|
|
|
|
+ searchSafetyShipSelect(data) {
|
|
|
|
|
+ return $http("/ship/safety/searchShipSelect", data);
|
|
|
|
|
+ },
|
|
|
};
|
|
};
|