王通 1 anno fa
parent
commit
b01e1c42d3
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  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',
+  })
+}