src/components/helpers/ServiceLayerHelper.js
@@ -135,11 +135,14 @@ .bindTooltip(function (layer) { const nameId = layer.feature.id let name = '' if (nameId.indexOf('三通') !== -1 || nameId.indexOf('四通') !== -1) { if (nameId.indexOf('三通') !== -1 || nameId.indexOf('四通') !== -1 || nameId.indexOf('窨井') !== -1) { name = layer.feature.properties.pointnumber } else { name = layer.feature.properties.name } if (name === undefined) { name = '' } return name }, { direction: 'bottom', offset: [0, 15], sticky: true }) .on('mouseover', function (e) {