浏览代码

去掉打印

maxiaoxiao 11 月之前
父节点
当前提交
53a26b5a2d

+ 0 - 3
src/components/sceneAtttribute/basicOptions/basicOptions.vue

@@ -208,9 +208,6 @@ export default {
       this.init();
     }
     this.depthAgainst = false;
-    this.$nextTick(() => {
-      console.log(scene.globe.depthTestAgainstTerrain, "-sdxsdc");
-    });
   },
   methods: {
     //子组件部分

+ 0 - 1
src/views/complianceAnalysis/components/scjg.vue

@@ -171,7 +171,6 @@ export default {
       }
     },
     setEchart(data, i) {
-      console.log("-----", data, i, this.$refs.echartRef);
       this.$nextTick(() => {
         let type = data.length <= 6 ? "horizontal" : "vertical";
         this.$refs.echartRef[i].setOptions({ data, type });