From 32acd50ed654e09f8e7fd47c8a171f651583c4df Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Wed, 28 Sep 2022 16:05:13 +0800
Subject: [PATCH] echarts图切换
---
src/views/activity/index.vue | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/src/views/activity/index.vue b/src/views/activity/index.vue
index 53ce93f..96468b5 100644
--- a/src/views/activity/index.vue
+++ b/src/views/activity/index.vue
@@ -420,8 +420,6 @@
},
mounted () {
this.$nextTick(() => {
-
-
this.activityList.forEach(item => {
this.$EventBus.$emit('layerPointAdd', {
layerName: 'activityLayers',
@@ -471,7 +469,6 @@
},
treeNodeClick () {
- console.log(1111223)
let color = global.DC.Namespace.Cesium.Color.fromBytes(
102, 176, 255,
100
@@ -482,7 +479,6 @@
material: color,
width: 2
})
- console.log(223232)
},
goAbDetail (item, index) {
--
Gitblit v1.9.3