报错信息:@supermap_iclient-ol.js?v=b0f52801:148752 Uncaught TypeError: Cannot read properties of null (reading '_forEachFeatureAtCoordinate')
解决:
1、// node_modules/@supermap/iclient-ol/core/MapExtend.js 路径下
2、找到layer.getSource()._forEachFeatureAtCoordinate代码,添加并列条件layer.getSource()
3、layer.getSource()&&layer.getSource()._forEachFeatureAtCoordinate