From cacb83dcc7db37cb7888850d40d0dfcb03bf3324 Mon Sep 17 00:00:00 2001
From: lixuliang <lixuliang_hd@126.com>
Date: 星期二, 10 十月 2023 18:16:44 +0800
Subject: [PATCH] 图标、初始化、影像地图

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

diff --git a/src/components/map/viewer.vue b/src/components/map/viewer.vue
index f010d28..3a5cb8a 100644
--- a/src/components/map/viewer.vue
+++ b/src/components/map/viewer.vue
@@ -119,7 +119,7 @@
               },
               duration: 10, //椋炶鏃堕棿8s
             });
-          }, 1000);
+          }, 10000);
           that.setCesiumInit(true);
           // rpc.initRpc();
         }

--
Gitblit v1.9.3