zpf 1 éve
szülő
commit
8c432a9f37
1 módosított fájl, 0 hozzáadás és 3 törlés
  1. 0 3
      src/views/viewer.vue

+ 0 - 3
src/views/viewer.vue

@@ -111,7 +111,6 @@ export default {
                 bar: data_echart.data.map(item => item.zhmj)
 
             }
-            console.log(obg_echart.x.length == 0, "obg_echart.x.length");
 
             obg_echart.x.length == 0 ? obg_echart.x = ['渔业基础设施用海', '开放式养殖用海', '旅游基础设施用海', '浴场用海',
                 '游乐场用海'] : obg_echart.x = obg_echart.x;
@@ -125,7 +124,6 @@ export default {
 
             // getRenKou();
 
-            console.log(address, "address");
         },
         hysyq_xzqh() {
             const that = this;
@@ -295,7 +293,6 @@ export default {
 
                     const twoDArray = item[0];
                     const oneDArray = twoDArray.reduce((accumulator, currentValue) => accumulator.concat(currentValue), []);
-                    console.log('oneDArray: ', oneDArray);
                     viewer.entities.add({
                         position: Cesium.Cartesian3.fromDegrees(obj.centroid[0], res.properties.centroid[1], 500),
                         text: obj.name,