From 41b8a8d0ecea96ace27b5afb9ce63b4193420c49 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Thu, 14 Aug 2025 08:47:21 +0800
Subject: [PATCH] Merge branch 'refs/heads/历史任务详情' into feature/v5.0/5.0.3

---
 src/utils/cesium/common.js |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/utils/cesium/common.js b/src/utils/cesium/common.js
index 6320f82..0e1aefc 100644
--- a/src/utils/cesium/common.js
+++ b/src/utils/cesium/common.js
@@ -13,7 +13,6 @@
 import { analyzeKmzFile, XMLToJSON } from './kmz'
 import { getCenterPoint, getLnglatDist, getShortestDistance } from './mapUtil'
 import { Cartesian3, Terrain, Viewer } from 'cesium'
-import { imageryProvider_stand, imageryProvider_standZh } from '@/utils/cesium/cesiumLayer'
 
 // 图斑航线计算
 export const polygonRoutePlanning = (polygonList, startPostion) => {
@@ -164,7 +163,7 @@
  * cesium添加蓝色滤镜
  * @param options
  * @param viewer
- * @param layer
+ * @param isUse
  */
 export const addBlueFilter = (options, viewer, isUse = true) => {
 	const { bInvertColor, bFilterColor, filterColor } = options
@@ -201,4 +200,4 @@
 			fragShader[i] = fragShader[i].replace(strT, strS)
 		}
 	}
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3