From 04dae190af26730e8e0dcfb7cb4ec066400422f3 Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期一, 14 八月 2023 16:43:25 +0800
Subject: [PATCH] 生产环境加载高德地图显示空白修改

---
 src/components/Screen/bottom.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/Screen/bottom.vue b/src/components/Screen/bottom.vue
index f122d24..a9327a1 100644
--- a/src/components/Screen/bottom.vue
+++ b/src/components/Screen/bottom.vue
@@ -230,8 +230,8 @@
       this.currYX = name
 
       if (is_production) {
+        Viewer.imageryLayers._layers[2].show = false
         Viewer.imageryLayers._layers[1].show = false
-        Viewer.imageryLayers._layers[0].show = false
       } else {
         Viewer.imageryLayers._layers[1].show = false
 
@@ -294,12 +294,12 @@
         case "褰卞儚鍥�":
 
           if (is_production) {
-            Viewer.imageryLayers._layers[0].show = true
+            Viewer.imageryLayers._layers[1].show = true
           }
           break
         case "娉ㄨ鍥�":
           if (is_production) {
-            Viewer.imageryLayers._layers[1].show = true
+            Viewer.imageryLayers._layers[2].show = true
           } else {
             Viewer.imageryLayers._layers[1].show = true
           }

--
Gitblit v1.9.3