From 123fca5edae81027bb85925fade15cc83e722f20 Mon Sep 17 00:00:00 2001 From: liujun Date: Thu, 25 Apr 2024 09:55:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=B2=E5=AE=A1=E6=A0=B8=E4=BC=81=E4=B8=9A?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=9F=A5=E7=9C=8B=E5=8F=98=E6=88=90=E7=BB=BF?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/map/index.vue | 2 +- src/views/xgf/audit/components/list.vue | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/map/index.vue b/src/views/map/index.vue index 0c4809b..677bc6b 100644 --- a/src/views/map/index.vue +++ b/src/views/map/index.vue @@ -1234,7 +1234,7 @@ export default { } const entity = new Cesium.Entity({ id: 'trajectory', - polyline: { positions, width: 5.0, material: Cesium.Color.RED , clampToGround:true } + polyline: { positions, width: 5.0, material: Cesium.Color.RED, clampToGround: true } }) const collection = new Cesium.CustomDataSource('trajectoryEntityCollection') collection.entities.add(entity) diff --git a/src/views/xgf/audit/components/list.vue b/src/views/xgf/audit/components/list.vue index 7dd804d..25ed354 100644 --- a/src/views/xgf/audit/components/list.vue +++ b/src/views/xgf/audit/components/list.vue @@ -107,7 +107,8 @@