浏览代码

新增 接口

wzh 3 年之前
父节点
当前提交
1994d5f786
共有 1 个文件被更改,包括 9 次插入0 次删除
  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);
+  },
 };