Browse Source

(*)marker点展示优化

master
peng.peng 1 year ago
parent
commit
6e161f6ff6
  1. 2
      super-screen/client/src/sections/community-safty/containers/gis.js

2
super-screen/client/src/sections/community-safty/containers/gis.js

@ -92,7 +92,7 @@ function Map(props) {
}, [tab, devices]);
useEffect(() => {
if (!delay) map && renderDevices()
if (!delay) tab == 'device' && map && renderDevices()
}, [type]);

Loading…
Cancel
Save