王通 1 anno fa
parent
commit
1946fcd3a6
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. 8 0
      src/api/forest.js

+ 8 - 0
src/api/forest.js

@@ -327,3 +327,11 @@ export function getMenuEventType() {
     method: 'get',
   })
 }
+// 获取事件详情
+export function getEventPush(param) {
+  return request({
+    url: '/center-environment/VisuForestCloudMapController/getEventPush',
+    method: 'post',
+    data: param
+  })
+}