From 0ed5147987068fd7be669916d200ab95b3b7d2c4 Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Fri, 18 Mar 2022 15:04:50 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web

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

diff --git a/src/components/map/index.vue b/src/components/map/index.vue
index 891ef09..5534257 100644
--- a/src/components/map/index.vue
+++ b/src/components/map/index.vue
@@ -237,9 +237,9 @@
                 }
             })
 
-            const chartLayer = new global.DC.ChartLayer('busLayer').addTo(global.viewer)
+            // const chartLayer = new global.DC.ChartLayer('busLayer').addTo(global.viewer)
 
-            chartLayer.setOption(that.busPathsInit())
+            // chartLayer.setOption(that.busPathsInit())
 
             // global.viewer.scene.backgroundColor = global.DC.Namespace.Cesium.Color.fromBytes(245, 244, 238)
 

--
Gitblit v1.9.3