吉安感知网项目-前端
shuishen
2026-02-03 ff0a104263524a080ed34b5fd09a325ff461ecbb
applications/drone-command/src/api/dataCockpit/index.js
@@ -2,7 +2,7 @@
 * @Author       : yuan
 * @Date         : 2026-01-09 11:14:04
 * @LastEditors  : yuan
 * @LastEditTime : 2026-02-02 09:45:21
 * @LastEditTime : 2026-02-03 17:21:56
 * @FilePath     : \applications\drone-command\src\api\dataCockpit\index.js
 * @Description  : 
 * Copyright 2026 OBKoro1, All Rights Reserved. 
@@ -100,3 +100,21 @@
      params
   })
}
// 查list --- 区域
export const newAreaDivideList = params => {
   return request({
      url: `/drone-fw/cockpit/dataCockpit/areaDivideList`,
      method: 'get',
      params,
   })
}
// 查list
export const newDefenseSceneManageList = params => {
   return request({
      url: `/drone-fw/cockpit/dataCockpit/defenseSceneManageList`,
      method: 'get',
      params,
   })
}