Merge remote-tracking branch 'origin/master'
| | |
| | | /* |
| | | * @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 |
| | | |
| | |
| | | |
| | | NODE_ENV='production' |
| | | |
| | | #生产环境配置 |
| | |
| | | }) |
| | | } |
| | | |
| | | export const getDeviceRegionCount = params => { |
| | | return request({ |
| | | url: '/drone-device-core/manage/api/v1/devices/getDeviceRegionCount', |
| | | method: 'get', |
| | | params, |
| | | }) |
| | | } |
| | | |
| | | // 获取区域全部 |
| | | export const getRegionTreeAll = params => { |
| | | return request({ |
| | |
| | | method: 'get', |
| | | params, |
| | | }) |
| | | } |
| | | } |
| | | |
| | | // 更新图斑数据 |
| | | export const sdfwUpdate = params => { |
| | | return request({ |
| | | url: `/drone-device-core/patches/api/v1/Patches/sdfwUpdate`, |
| | | method: 'put', |
| | | data: params, |
| | | }) |
| | | } |
| | |
| | | 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' |
| | |
| | | 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 = []; |
| | |
| | | # 掌控智飞 |
| | | # 低空经济服务 |
| | | |
| | | ``` |
| | | npm install pnpm -g |
| | |
| | | "name": "work-wx", |
| | | "type": "module", |
| | | "version": "1.5.0", |
| | | "description": "掌控智飞", |
| | | "description": "低空经济服务", |
| | | "private": true, |
| | | "author": { |
| | | "name": "ztzf" |
| | |
| | | { |
| | | "name" : "掌控智飞", |
| | | "name" : "低空经济服务", |
| | | "appid" : "__UNI__0981D7F", |
| | | "description" : "", |
| | | "versionName" : "1.0.0", |