From 5c70cfe1f51eab3091b49cf1d3590b98693f5fd5 Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期日, 08 十月 2023 17:59:11 +0800
Subject: [PATCH] 代码更新

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

diff --git a/src/assets/js/mapMsg.js b/src/assets/js/mapMsg.js
index 98eb4eb..b8e2beb 100644
--- a/src/assets/js/mapMsg.js
+++ b/src/assets/js/mapMsg.js
@@ -30,7 +30,7 @@
                 rpc.setLineRoaming()
                 clearInterval(this.setTimeInterval);
                 this.setTimeInterval = null;
-            }, 70000)
+            }, 90000)
 
         });
     },
diff --git a/src/components/map/viewer.vue b/src/components/map/viewer.vue
index 0a975b3..602266b 100644
--- a/src/components/map/viewer.vue
+++ b/src/components/map/viewer.vue
@@ -124,7 +124,7 @@
               },
               duration: 10, //椋炶鏃堕棿8s
             });
-          }, 10000);
+          }, 9000);
           that.setCesiumInit(true);
           // rpc.initRpc();
         }

--
Gitblit v1.9.3