吉安感知网项目-前端
张含笑
2026-01-30 d85d2337a8862d96bf7a48019fddf356a27034cd
applications/task-work-order/src/views/orderView/orderManage/inspectionRequest/ViewDiaLog.vue
@@ -429,7 +429,14 @@
   } finally {
   }
}
import { ArrowLineMaterialProperty } from '@/utils/cesium/Material'
let arrowLineMaterialProperty = new ArrowLineMaterialProperty({
   color: new Cesium.Color(128 / 255, 215 / 255, 255 / 255, 1),
   directionColor: new Cesium.Color(1, 1, 1, 1),
   outlineColor: new Cesium.Color(1, 1, 1, 1),
   outlineWidth: 0,
   speed: 5,
})
// 获取航线详情
function getAirDetails() {
   queryAirById(formData.value.patrolRouteUrl).then(res => {
@@ -440,8 +447,8 @@
         polyline: {
            positions: Cesium.Cartesian3.fromDegreesArray(result),
            clampToGround: true,
            width: 3,
            material: Cesium.Color.RED,
            width: 4,
            material: arrowLineMaterialProperty,
         },
      })
      // 渲染起点(蓝色)