From e332d4bd15c92085c8e10c8bdad790adbd73edd5 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期一, 11 三月 2024 14:09:05 +0800 Subject: [PATCH] # --- zy-asrs-flow/src/pages/map/utils.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/zy-asrs-flow/src/pages/map/utils.js b/zy-asrs-flow/src/pages/map/utils.js index c01b8d8..574803e 100644 --- a/zy-asrs-flow/src/pages/map/utils.js +++ b/zy-asrs-flow/src/pages/map/utils.js @@ -12,6 +12,10 @@ mapContainer = param; } +export function getMapContainer() { + return mapContainer; +} + export const MapEvent = Object.freeze({ SELECTION_BOX: Symbol.for(0), }) -- Gitblit v1.9.1