吉安感知网项目-前端
罗广辉
2026-02-04 b6fa2446e75aa8fc91169a1723cd9246d5014bfd
Merge remote-tracking branch 'origin/master'
9 files modified
40 ■■■■■ changed files
applications/drone-command/env/.env 10 ●●●●● patch | view | raw | blame | history
applications/drone-command/env/.env.production 1 ●●●● patch | view | raw | blame | history
applications/drone-command/src/api/job/task.js 8 ●●●●● patch | view | raw | blame | history
applications/drone-command/src/api/patchManagement/index.js 11 ●●●●● patch | view | raw | blame | history
applications/drone-command/src/utils/cesium/useBoundary.js 2 ●●● patch | view | raw | blame | history
applications/drone-command/src/views/resource/components/DrawPolygon.vue 2 ●●● patch | view | raw | blame | history
uniapps/work-wx/README.md 2 ●●● patch | view | raw | blame | history
uniapps/work-wx/package.json 2 ●●● patch | view | raw | blame | history
uniapps/work-wx/src/manifest.json 2 ●●● patch | view | raw | blame | history
applications/drone-command/env/.env
@@ -1,13 +1,3 @@
/*
 * @Author       : yuan
 * @Date         : 2026-01-07 14:58:30
 * @LastEditors  : yuan
 * @LastEditTime : 2026-02-03 15:43:33
 * @FilePath     : \applications\drone-command\env\.env
 * @Description  :
 * Copyright 2026 OBKoro1, All Rights Reserved.
 * 2026-01-07 14:58:30
 */
#接口地址
VITE_APP_API=/api
applications/drone-command/env/.env.production
@@ -1,4 +1,3 @@
NODE_ENV='production'
#生产环境配置
applications/drone-command/src/api/job/task.js
@@ -198,6 +198,14 @@
    })
}
export const getDeviceRegionCount = params => {
    return request({
        url: '/drone-device-core/manage/api/v1/devices/getDeviceRegionCount',
        method: 'get',
        params,
    })
}
// 获取区域全部
export const getRegionTreeAll = params => {
    return request({
applications/drone-command/src/api/patchManagement/index.js
@@ -111,4 +111,13 @@
        method: 'get',
        params,
    })
}
}
// 更新图斑数据
export const sdfwUpdate = params => {
    return request({
        url: `/drone-device-core/patches/api/v1/Patches/sdfwUpdate`,
        method: 'put',
        data: params,
    })
}
applications/drone-command/src/utils/cesium/useBoundary.js
@@ -4,7 +4,7 @@
import * as Cesium from 'cesium'
import { PolyGradientMaterial } from '@/utils/cesium/Material'
import { useStore } from 'vuex'
import { getDeviceRegion, getDeviceRegionCount } from '@/api/home/aggregation'
import { getDeviceRegion, getDeviceRegionCount } from '@/api/job/task'
import userStore from '@/store/modules/user'
import { areaCodeToArr, getContourByCode, getDockPolyLine, getLnglatAltitude } from '@/utils/cesium/mapUtil'
import getBaseConfig from '@/buildConfig/config'
applications/drone-command/src/views/resource/components/DrawPolygon.vue
@@ -6,7 +6,7 @@
import * as Cesium from 'cesium';
import { ElMessage } from 'element-plus';
import { sdfwUpdate } from '@/api/home/territory';
import { sdfwUpdate } from '@/api/patchManagement';
let curPolygonPosition = [];
let savePolygonPosition = [];
uniapps/work-wx/README.md
@@ -1,4 +1,4 @@
# 掌控智飞
# 低空经济服务
```
npm install pnpm -g
uniapps/work-wx/package.json
@@ -2,7 +2,7 @@
  "name": "work-wx",
  "type": "module",
  "version": "1.5.0",
  "description": "掌控智飞",
  "description": "低空经济服务",
    "private": true,
  "author": {
    "name": "ztzf"
uniapps/work-wx/src/manifest.json
@@ -1,5 +1,5 @@
{
    "name" : "掌控智飞",
    "name" : "低空经济服务",
    "appid" : "__UNI__0981D7F",
    "description" : "",
    "versionName" : "1.0.0",