王通 hace 1 año
padre
commit
b01e1c42d3
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      src/api/forest.js

+ 7 - 0
src/api/forest.js

@@ -320,3 +320,10 @@ export function getLatestNotice() {
     params: {},
   })
 }
+// 获取绑定的事件类型
+export function getMenuEventType() {
+  return request({
+    url: '/center-environment/VisuForestCloudMapController/getMenuEventType',
+    method: 'get',
+  })
+}