diff --git a/src/pages/Container/Bi/components/Header/index.js b/src/pages/Container/Bi/components/Header/index.js index 2d6286e..ee27c15 100644 --- a/src/pages/Container/Bi/components/Header/index.js +++ b/src/pages/Container/Bi/components/Header/index.js @@ -13,7 +13,6 @@ import { clickBranchOfficePointMittKey, clickPortPointMittKey, deletePeoplePositionPointMittKey, - initBottomUtilsMittKey, resetAllBottomUtilsCheckMittKey, resetBottomCurrentIndexMittKey, } from "~/pages/Container/Map/js/mittKey"; @@ -58,7 +57,6 @@ function Header() { mapMethods.current.flyTo(); mapMethods.current.addPortPoint(); } - mitt.emit(initBottomUtilsMittKey); mitt.emit(resetBottomCurrentIndexMittKey); mitt.emit(resetAllBottomUtilsCheckMittKey); mitt.emit(clickBackMittKey);