@@ -113,7 +113,9 @@ const addMarkers = (item) => {
} else {
// 右侧图层分析状态
item.checked2 = true;
- mapStore.pointType.push(item);
+ if (item.component !== 'Layout') {
+ mapStore.pointType.push(item);
+ }
}
mapStore.setPointOption();