王通 1 tahun lalu
induk
melakukan
b01e1c42d3
1 mengubah file dengan 7 tambahan dan 0 penghapusan
  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',
+  })
+}