@@ -55,7 +55,6 @@ export default {
})
//调用方法
bus.on('InvokeMethod',(data) =>{
- debugger
invokeMethod(data);
function createMap(){
@@ -56,7 +56,6 @@ export default {
}
//菜单匹配递归
function getMenuData(id,list){
for(let i = 0;i<list.length;i++){
if(list[i].children){
getMenuData(id,list[i].children)
@@ -28,7 +28,6 @@ class AddSingleLayer{
if(this.visible){
switch (this.type) {
case "scene":
this.layer = new SceneLayer({
url: this.url,
id: this.id,
@@ -10,7 +10,6 @@ class WaterEffect{
this.waterEffect()
waterEffect(){
this.layer = new FeatureLayer({
id:this.id,
opacity:0.6,