王通 пре 1 година
родитељ
комит
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
+  })
+}