zy-acs-flow/src/map/MapPage.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
zy-acs-flow/src/map/MapPage.jsx
@@ -63,10 +63,6 @@ const height = contentRef.current.offsetHeight; player.resize(width, height); if (mode === MapMode.MOVABLE_MODE) { console.log('aa'); player.showGridLines(); } }; handleResize(); window.addEventListener('resize', handleResize);