王通 1 год назад
Родитель
Сommit
1946fcd3a6
1 измененных файлов с 8 добавлено и 0 удалено
  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
+  })
+}