Browse Source

fix 公交车辆一直显示bug 修复

dev
巴林闲侠 2 years ago
parent
commit
888e940f2a
  1. 5
      web/client/src/sections/quanju/containers/public/olMap.js

5
web/client/src/sections/quanju/containers/public/olMap.js

@ -53,6 +53,11 @@ const OlMap = (props) => {
olMap.removeGeometryLayer('geometry_road_' + index) olMap.removeGeometryLayer('geometry_road_' + index)
}) })
} }
if (tab != 'operation') {
busRunData.forEach((d, index) => {
olMap.removeGeometryLayer('geometry_bus_' + index)
})
}
} }
}, [tab]) }, [tab])

Loading…
Cancel
Save