@@ -297,13 +297,6 @@ export default {
this.drawStaticRoutes();
}
});
-
- // 缩放时动态更新普通圆点大小
- this.map.on('zoomchange', () => {
- if (!this.isComponentDestroyed) {
- this.updateDotMarkerSizes();
- }
- });
} catch (err) {
console.error('地图加载失败:', err);