Explorar o código

新增 接口

wzh %!s(int64=3) %!d(string=hai) anos
pai
achega
1994d5f786
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  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);
+  },
 };