src/views/Tools/LayerTree.vue
@@ -710,8 +710,13 @@ continue; } if (layer.type == 2 && (layer.isProject || isPrj)) { layers.push(layer); //if (layer.type == 2 && (layer.isProject || isPrj)) { // layers.push(layer); //} if (code) { if (layer.type == 2 && (layer.isProject || isPrj)) layers.push(layer); } else { if (layer.isShow) layers.push(layer); } } return;