From 728e52f79674eea64b24da0a10a6885f66f85bf1 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Thu, 10 Apr 2025 19:34:32 +0800
Subject: [PATCH] feat: 新建任务 时间段传数组
---
src/utils/cesium-tsa.js | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/utils/cesium-tsa.js b/src/utils/cesium-tsa.js
index 7d61703..c8bc0dd 100644
--- a/src/utils/cesium-tsa.js
+++ b/src/utils/cesium-tsa.js
@@ -151,7 +151,6 @@
minimumLevel: 3,
})
const _init = async id => {
- console.log(id,'顶顶顶')
Cesium.Camera.DEFAULT_VIEW_FACTOR = -0.45
// 西南东北,默认显示中国
Cesium.Camera.DEFAULT_VIEW_RECTANGLE = Cesium.Rectangle.fromDegrees(66, 4, 135, 53.55)
--
Gitblit v1.9.3