Browse Source

新增 接口

wzh 3 năm trước cách đây
mục cha
commit
1994d5f786
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  1. 9 0
      src/apis/fetch.js

+ 9 - 0
src/apis/fetch.js

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