瀏覽代碼

bug修改

王通 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
+  })
+}