zhiyuan007 1 year ago
parent
commit
1f25314178

+ 0 - 1
src/components/mapJK.vue

@@ -55,7 +55,6 @@ export default {
       })
       //调用方法
       bus.on('InvokeMethod',(data) =>{
-        debugger
         invokeMethod(data);
       })
       function createMap(){

+ 0 - 1
src/components/mapTest.vue

@@ -56,7 +56,6 @@ export default {
     }
     //菜单匹配递归
     function getMenuData(id,list){
-      debugger
       for(let i = 0;i<list.length;i++){
         if(list[i].children){
           getMenuData(id,list[i].children)

+ 0 - 1
src/units/map/AddSingleLayer.js

@@ -28,7 +28,6 @@ class AddSingleLayer{
             if(this.visible){
                 switch (this.type) {
                     case "scene":
-                        debugger
                         this.layer = new SceneLayer({
                             url: this.url,
                             id: this.id,

+ 0 - 1
src/units/map/WaterEffect.js

@@ -10,7 +10,6 @@ class WaterEffect{
         this.waterEffect()
     }
     waterEffect(){
-        debugger
         this.layer = new FeatureLayer({
             id:this.id,
             opacity:0.6,