src/components/LayerController/modules/LcServiceLayer.vue
@@ -53,8 +53,13 @@ item.checked = !item.checked this.toggleLayer(item) this.swLayers(item.layers, item.checked) // 判断是否是点击 专题图层 下的子节点 if (v === '专题图层') { bus.$emit('changeSearchBar', item) } // 判断是否点击的 一级专题图层 if (item.name === '专题图层') { console.log(item, '88888888888888') } this.serviceLayers.forEach(function (item1, index1) { @@ -129,9 +134,10 @@ .wms-panel { .wms-panel-scrollbar{ height: 600px; // height: 600px; //width: 285px; // width: 1.79rem; height: 70vh; width:2.1rem; font-size: 14px; }