From 01b88b65c84d4d5a6701a9eb1016bd107d3c25c7 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 08 Mar 2023 10:34:38 +0800
Subject: [PATCH] 视频逻辑更改,安保变量处理

---
 src/components/map/index.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/components/map/index.vue b/src/components/map/index.vue
index fddbd59..f8c83f5 100644
--- a/src/components/map/index.vue
+++ b/src/components/map/index.vue
@@ -2,7 +2,7 @@
  * @Author: shuishen 1109946754@qq.com
  * @Date: 2022-08-18 17:00:30
  * @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2023-03-07 11:18:45
+ * @LastEditTime: 2023-03-08 09:47:02
  * @FilePath: \srs-police-affairs\src\components\map\index.vue
  * @Description: 公用地图组件
  * 
@@ -788,7 +788,9 @@
                     outlineWidth: params.outW || 4, // 边框大小,
                     font: '16px sans-serif',
                     pixelOffset: { x: 0, y: -30 },
-                    distanceDisplayCondition: distanceDisplayCondition
+                    distanceDisplayCondition: distanceDisplayCondition,
+                    heightReference: 0,
+                    disableDepthTestDistance: Number.POSITIVE_INFINITY
                 })
                 labelElement.attrParams = params
                 layersObjcect[layerName].addOverlay(labelElement)

--
Gitblit v1.9.3