Explorar el Código

超图林班数据图层

jiangbo111111 hace 2 años
padre
commit
63f6117cf1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/components/supermap.vue

+ 1 - 0
src/components/supermap.vue

@@ -1373,6 +1373,7 @@
 							this.deckglLayer = window.L.supermap.tiledMapLayer(urlList[i], {})
 							this.deckglLayerList.push(this.deckglLayer)
 							this.map.addLayer(this.deckglLayer)
+
 						}
 					}
 				}