zhiyuan007 1 سال پیش
والد
کامیت
1f25314178
4فایلهای تغییر یافته به همراه0 افزوده شده و 4 حذف شده
  1. 0 1
      src/components/mapJK.vue
  2. 0 1
      src/components/mapTest.vue
  3. 0 1
      src/units/map/AddSingleLayer.js
  4. 0 1
      src/units/map/WaterEffect.js

+ 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,