wzh před 3 roky
rodič
revize
1994d5f786
1 změnil soubory, kde provedl 9 přidání a 0 odebrání
  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);
+  },
 };