吉安感知网项目-前端
张含笑
2026-01-17 39ec001f02bde6fd7b7a40bdf7b2313df87e8e76
applications/drone-command/src/api/dataCockpit/index.js
@@ -52,3 +52,12 @@
      method: 'get'
   })
}
// 区域列表
export const areaDivideListApi = (params) => {
   return request({
      url: '/drone-fw/area/fwAreaDivide/list',
      method: 'get',
      params
   })
}