From df1c052d1f0d368cb78ebb1831980745bca11edc Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 10 Jun 2021 11:56:18 +0800
Subject: [PATCH] 数据图表的查询渲染

---
 widgets/SceneMode/Widget.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/widgets/SceneMode/Widget.js b/widgets/SceneMode/Widget.js
index 3d96cce..a4ad191 100644
--- a/widgets/SceneMode/Widget.js
+++ b/widgets/SceneMode/Widget.js
@@ -29,7 +29,7 @@
 			layers: {},
 			startup: function () {
 				var that = this;
-				console.log(that.map, 213)
+				// console.log(that.map, 213)
 				$(".jimu-widget-SceneMode button").html("<img src='../../../images/2D.png' alt='' title='2D'>");
 
 				$(".jimu-widget-SceneMode button").click(function () {

--
Gitblit v1.9.3