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 @@