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